Skip to content

Commit

Permalink
move playwright install after package install (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
vid authored Jun 17, 2024
1 parent 22ea492 commit 037eb89
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/e2e-tests-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,14 @@ jobs:
run: |
npx -y wait-on --log --timeout 30000 http-get://localhost:4200
- name: playwright install
run: |
npx playwright install-deps
npx playwright install
- name: Run tests
continue-on-error: true
run: |
cd haibun-e2e-tests
npm ci
npx playwright install-deps
npx playwright install
HAIBUN_O_WEBPLAYWRIGHT_HEADLESS=true npm run test
- name: Publish
Expand Down

0 comments on commit 037eb89

Please sign in to comment.