Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 23, 2024
1 parent 7f49554 commit de93875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-polyfill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request
jobs:
test:
name: v${{ matrix.node }} @ ubuntu-latest
name: v${{ matrix.node }} @ ubuntu-latest with polyfill
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -19,5 +19,5 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- run: npm test:webcrypto
- run: npm run test:webcrypto
- run: npm run lint --if-present

0 comments on commit de93875

Please sign in to comment.