Skip to content

Commit

Permalink
playwright in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Feb 6, 2024
1 parent d10625a commit 6518b5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
version: 8
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Install playwright browsers
working-directory: test-app
run: pnpx playwright install --with-deps
- name: Run Tests
working-directory: test-app
run: pnpm ember try:one ${{ matrix.try-scenario }}

0 comments on commit 6518b5c

Please sign in to comment.