Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Oct 23, 2023
1 parent c3f901a commit 4859d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: actions/setup-node@v3
- run: npm ci
- run: npm run build --if-present
- run: npm test-chrome -- --browsers ${{ matrix.browser-name }}
- run: npm run test-chrome -- --browsers ${{ matrix.browser-name }}

0 comments on commit 4859d32

Please sign in to comment.