File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments