Skip to content

Commit

Permalink
Update CI Workflow to run UI tests in "headless" mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 24, 2023
1 parent 80d95db commit 326eba7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install --no-package-lock
- run: npm test
- uses: coactions/setup-xvfb@v1
with:
run: npm run test-ui

0 comments on commit 326eba7

Please sign in to comment.