mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
os: [windows-latest, macos-latest, ubuntu-20.04]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -21,7 +21,7 @@ jobs:
|
||||||
restore-keys: yarn-
|
restore-keys: yarn-
|
||||||
- run: yarn
|
- run: yarn
|
||||||
working-directory: ./playwright
|
working-directory: ./playwright
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
- if: startsWith(matrix.os, 'ubuntu-')
|
||||||
run: sudo apt-get install libwpewebkit-1.0-dev
|
run: sudo apt-get install libwpewebkit-1.0-dev
|
||||||
- run: node main
|
- run: node main
|
||||||
working-directory: ./playwright
|
working-directory: ./playwright
|
||||||
|
|
Loading…
Add table
Reference in a new issue