Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Test failed, un-commenting changes.
  • Loading branch information
eviner-ISP authored Oct 14, 2024
1 parent 19d71c1 commit 7863fda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
uses: asdf-vm/actions/[email protected]
env:
NODEJS_CHECK_SIGNATURES: 'no'
# - name: Cache Node.js modules
# uses: actions/cache@v4
# with:
# # npm cache files are stored in `~/.npm` on Linux/macOS
# path: ~/.npm
# key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.OS }}-node-
# ${{ runner.OS }}-
- name: Cache Node.js modules
uses: actions/cache@v4
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm ci
- run: npm run test
env:
Expand Down

0 comments on commit 7863fda

Please sign in to comment.