We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302f079 commit 1de18b2Copy full SHA for 1de18b2
.github/workflows/test-all-versions.yml
@@ -33,11 +33,13 @@ jobs:
33
run: npm ci
34
- name: Build
35
run: npm run compile
36
+ - name: Snapshot build state
37
+ run: tar -czvf nx-snapshot.tar.gz ./.nx
38
- name: Upload Build Artifacts
39
uses: actions/upload-artifact@v4
40
with:
41
name: tav-build-cache-${{ github.run_number }}
- path: .nx/cache
42
+ path: nx-snapshot.tar.gz
43
retention-days: 1
44
45
tav:
@@ -169,7 +171,7 @@ jobs:
169
171
uses: actions/download-artifact@v4
170
172
173
174
+ path: .nx
175
176
177
- name: Run test-all-versions
0 commit comments