Skip to content

Commit c653a31

Browse files
committed
ci: Fix cash for nx
1 parent ded47b8 commit c653a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
path: |
2424
.nx
25-
key: ${{ runner.os }}-nx-${GITHUB_REF}
25+
key: ${{ runner.os }}-nx-${{GITHUB_REF}}
2626
- run: git branch --track main origin/master
2727
- name: Test and build
2828
run: npx nx affected -t test build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source'
29-
- name: Cache npm dependencies
29+
- name: Save cached .nx
3030
id: cache-dependencies-save
3131
uses: actions/cache/save@v4
3232
with:

0 commit comments

Comments
 (0)