Skip to content

Commit

Permalink
Rebase and remove xvfb-run hack for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Nov 25, 2024
1 parent d26fb1a commit a8dcc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ jobs:
env:
TZ: Europe/London
HEADLESS: yes
run: ${{ runner.os == 'Linux' && 'xvfb-run -a' || '' }} npm run functionalTest -- --retries 3 ${{ matrix.test.path }}
run: npm run functionalTest -- --retries 3 ${{ matrix.test.path }}
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
fi
linux-tests:
name: Linux Tests
needs:
- resolve-taskgraph
uses: ./.github/workflows/prod-test-suite.yaml
Expand Down

0 comments on commit a8dcc97

Please sign in to comment.