Skip to content

Commit

Permalink
ci: Disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Aug 26, 2023
1 parent 1e050b7 commit b5ead0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
run:
- npm run test

- name: Run Unit Tests
run: xvfb-run -a npm run test
# deactive as does not work on CI
# - name: Run Unit Tests
# run: xvfb-run -a npm run test

0 comments on commit b5ead0c

Please sign in to comment.