Skip to content

Commit fee8a85

Browse files
committed
chore: update nx cache path
1 parent 6e58cbf commit fee8a85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test-all-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: tav-build-cache-${{ github.run_number }}
40-
path: node_modules/.cache/nx
40+
path: node_modules/.nx/cache
4141
retention-days: 1
4242

4343
tav:
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/download-artifact@v4
170170
with:
171171
name: tav-build-cache-${{ github.run_number }}
172-
path: node_modules/.cache/nx
172+
path: node_modules/.nx/cache
173173
- name: Build
174174
run: npm run compile
175175
- name: Run test-all-versions

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: tests-build-cache-${{ github.run_number }}
32-
path: node_modules/.cache/nx
32+
path: node_modules/.nx/cache
3333
retention-days: 1
3434

3535
unit-test:
@@ -182,7 +182,7 @@ jobs:
182182
uses: actions/download-artifact@v4
183183
with:
184184
name: tests-build-cache-${{ github.run_number }}
185-
path: node_modules/.cache/nx
185+
path: node_modules/.nx/cache
186186
- name: Build
187187
run: npm run compile
188188
- name: Unit tests (Full)
@@ -223,7 +223,7 @@ jobs:
223223
uses: actions/download-artifact@v4
224224
with:
225225
name: tests-build-cache-${{ github.run_number }}
226-
path: node_modules/.cache/nx
226+
path: node_modules/.nx/cache
227227
- name: Build
228228
run: npm run compile
229229
- name: Unit tests

0 commit comments

Comments
 (0)