Skip to content

Commit

Permalink
Generate dist with webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Oct 4, 2021
1 parent 3f4eb6e commit 2351a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.x
- run: npm ci
- run: npm run compile
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
Expand Down

0 comments on commit 2351a4e

Please sign in to comment.