Skip to content

Commit

Permalink
Add bundle back to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Feb 9, 2024
1 parent 4a1afb9 commit 97ba48c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ jobs:
run: npm install
- name: npm test
run: npm test

bundle:
name: npm run bundle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 15
- name: npm install
run: npm install
- name: npm create bundle
run: npm run bundle

0 comments on commit 97ba48c

Please sign in to comment.