Skip to content

Commit e451b45

Browse files
david-lunatrentm
andauthored
Update .github/workflows/test.yml
Co-authored-by: Trent Mick <[email protected]>
1 parent c1ad7ba commit e451b45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
node-version: 18
2828
- name: Install
2929
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
30+
# Restore the nx compilation cache for the latest commit to main.
31+
# The subsequent 'npm run compile' should only need to compile changed packages.
3332
- name: Compile Cache Lookup
3433
uses: actions/cache/restore@v4
3534
with:

0 commit comments

Comments
 (0)