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 0087961 commit a082ae9Copy full SHA for a082ae9
.github/workflows/ci.yml
@@ -26,6 +26,6 @@ jobs:
26
path: |
27
.nx
28
.angular
29
- key: ${{ steps.cache-dependencies-restore.outputs.cache-primary-key }}
+ key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
30
# - run: npm nx affected -t e2e-ci --parallel=1
31
# - run: npm nx affected -t deploy --no-agents
0 commit comments