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 c1ad7ba commit e451b45Copy full SHA for e451b45
.github/workflows/test.yml
@@ -27,9 +27,8 @@ jobs:
27
node-version: 18
28
- name: Install
29
run: npm ci --ignore-scripts
30
- # Note: we restore the last compilation form main branch
31
- # so NX will only compile what has changed since then.
32
- # Cache action is used because can be restores from dfferen workfow runs
+ # Restore the nx compilation cache for the latest commit to main.
+ # The subsequent 'npm run compile' should only need to compile changed packages.
33
- name: Compile Cache Lookup
34
uses: actions/cache/restore@v4
35
with:
0 commit comments