Skip to content

Commit

Permalink
Run ci instead of install for tests (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Oct 18, 2024
1 parent d607fce commit bb96920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run stylelint
Expand Down

0 comments on commit bb96920

Please sign in to comment.