Skip to content

Commit

Permalink
Ensure Xvfb is running during JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Dec 8, 2021
1 parent 453aa0e commit ffbd979
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
npm install
- name: npm test
run: |
cd python/nav/web/static/js
npm test
uses: GabrielBB/xvfb-action@v1
with:
run: npm test
working-directory: ./python/nav/web/static/js

0 comments on commit ffbd979

Please sign in to comment.