Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Tom Dymel committed Dec 20, 2023
1 parent 3d6825d commit 76adf5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,10 @@ jobs:
node-version: 16

- run: npm ci
- run: xvfb-run npm run all
- run: npm run format:check
- run: xvfb-run npm run test
- run: npm run build
- run: npm run zip

- uses: actions/upload-artifact@v3
with:

0 comments on commit 76adf5b

Please sign in to comment.