Skip to content

Commit

Permalink
ci: add npm run build to ci for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elodie Thiéblin committed Mar 29, 2024
1 parent ed9504f commit c9c91cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install node modules
run: npm ci

- name: Install node modules
run: npm run build

- name: Install tox
run: python -m pip install tox

Expand Down

0 comments on commit c9c91cd

Please sign in to comment.