mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
fix: ubuntu-*-webkit
This commit is contained in:
parent
f8d98a6a22
commit
9be4508186
1 changed files with 2 additions and 2 deletions
4
.github/workflows/playwright-example.yml
vendored
4
.github/workflows/playwright-example.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||
os: [windows-latest, macos-latest, ubuntu-20.04]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
restore-keys: yarn-
|
||||
- run: yarn
|
||||
working-directory: ./playwright
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
- if: startsWith(matrix.os, 'ubuntu-')
|
||||
run: sudo apt-get install libwpewebkit-1.0-dev
|
||||
- run: node main
|
||||
working-directory: ./playwright
|
||||
|
|
Loading…
Add table
Reference in a new issue