Skip to content

Commit

Permalink
ci: another attempt at fixing e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 14, 2023
1 parent 7df9d7c commit ad7159f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Build
run: npm run build
- name: Run e2e tests
run: npx playwright test
# needs HOME=/root set due to https://github.com/microsoft/playwright/issues/6500#issuecomment-838515115
run: env HOME=/root npx playwright test

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad7159f

Please sign in to comment.