Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Sep 17, 2024
1 parent 9fc6c80 commit 0cf88fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright_pre_webkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
tests_webkit:
environment: PRE
timeout-minutes: 240
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout repository
Expand All @@ -24,7 +24,7 @@ jobs:
run: npm ci

- name: Install Playwright
run: npx install playwright --with-deps
run: npx playwright install --with-deps

- name: Run Playwright tests
env:
Expand Down

0 comments on commit 0cf88fe

Please sign in to comment.