Skip to content

Commit

Permalink
chore: Updating playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jun 26, 2024
1 parent 1dbeb4c commit c3334ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright@1.41.1 install --with-deps
run: npx playwright@1.44.1 install --with-deps
- name: Run Playwright tests
env:
TRACETEST_API_TOKEN: ${{secrets.TRACETEST_TOKEN_STAGE}}
Expand Down

0 comments on commit c3334ff

Please sign in to comment.