Skip to content

Commit

Permalink
Remove xvfb from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
valscion committed Sep 26, 2021
1 parent 47d59f9 commit a2a20ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
- name: Build sources
run: npm run build

- name: Run tests with xvfb available
uses: GabrielBB/xvfb-action@v1
with:
run: npm run test
- name: Run tests
run: npm run test

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2a20ba

Please sign in to comment.