Skip to content

Commit c7eba6d

Browse files
authored
ci: Move backend-test-utils to dev dependency, remove docker base cache (#22540)
1 parent 710a654 commit c7eba6d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/docker-base-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ jobs:
6363
${{ secrets.DOCKER_USERNAME }}/base:${{ matrix.node_version }}
6464
ghcr.io/${{ github.repository_owner }}/base:${{ matrix.node_version }}-${{ github.sha }}
6565
ghcr.io/${{ github.repository_owner }}/base:${{ matrix.node_version }}
66-
cache-from: type=gha
67-
cache-to: type=gha,mode=max
66+
no-cache: true

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
],
5858
"devDependencies": {
5959
"@n8n/typescript-config": "workspace:*",
60+
"@n8n/backend-test-utils": "workspace:*",
6061
"@redocly/cli": "^1.28.5",
6162
"@types/aws4": "^1.5.1",
6263
"@types/bcryptjs": "^2.4.2",
@@ -97,7 +98,6 @@
9798
"@n8n/ai-workflow-builder": "workspace:*",
9899
"@n8n/api-types": "workspace:*",
99100
"@n8n/backend-common": "workspace:*",
100-
"@n8n/backend-test-utils": "workspace:*",
101101
"@n8n/client-oauth2": "workspace:*",
102102
"@n8n/config": "workspace:*",
103103
"@n8n/constants": "workspace:*",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)