mirror of
https://github.com/tauri-apps/webdriver-example.git
synced 2026-01-31 00:55:20 +01:00
fix: run v1 CI on ubuntu-22.04
This commit is contained in:
10
.github/workflows/webdriver-v1.yml
vendored
10
.github/workflows/webdriver-v1.yml
vendored
@@ -2,18 +2,18 @@ on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/webdriver-v1.yml'
|
||||
- 'v1/**'
|
||||
- ".github/workflows/webdriver-v1.yml"
|
||||
- "v1/**"
|
||||
|
||||
name: WebDriver (v1)
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
webdriver-test: [ selenium, webdriverio ]
|
||||
webdriver-test: [selenium, webdriverio]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'pnpm'
|
||||
cache: "pnpm"
|
||||
cache-dependency-path: |
|
||||
v1/pnpm-lock.yaml
|
||||
v1/webdriver/${{ matrix.webdriver-test }}/pnpm-lock.yaml
|
||||
|
||||
Reference in New Issue
Block a user