Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Fix Run tests failure reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardSergeev committed Aug 27, 2023
1 parent ed4d0cc commit be1b001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get install -y xvfb
xvfb-run --auto-servernum npm test
xvfb-run --auto-servernum npm run test
- name: Run Windows & MacOS tests
if: runner.os != 'Linux'
run: npm test
run: npm run test

- name: Add GHC extension output (on failure on Linux or MacOS)
if: failure() && runner.os != 'Windows'
Expand Down

0 comments on commit be1b001

Please sign in to comment.