Skip to content

Commit

Permalink
fix workflow tests and install playwright browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 7, 2024
1 parent f1256dd commit 662c2d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
- name: Setup Node
uses: ./.github/actions/setup-and-login
with:
install-packages: true
build-and-run-server: true

- name: Run deps
run: ./scripts/run-dependencies.sh
- name: Test back end
run: npm test --prefix=app/server
- name: Check versions
Expand Down Expand Up @@ -59,7 +57,9 @@ jobs:
uses: ./.github/actions/setup-and-login
with:
build-and-run-server: true


- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Test e2e
run: npm run test:e2e --prefix=app/static

Expand Down

0 comments on commit 662c2d1

Please sign in to comment.