Skip to content

Commit

Permalink
config: #2 define testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrbp committed Aug 4, 2024
1 parent ec7a051 commit d0dbaa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: 'End to End Tests'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
image: mcr.microsoft.com/playwright:v1.45.1-jammy
needs: [backend, frontend]
steps:
- name: Checkout code
Expand All @@ -80,6 +80,9 @@ jobs:
cd frontend
yarn install
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps

- name: Run Playwright tests
run: |
cd frontend
Expand Down

0 comments on commit d0dbaa6

Please sign in to comment.