mirror of
https://github.com/tauri-apps/webdriver-example.git
synced 2026-01-31 00:55:20 +01:00
fail-fast false
This commit is contained in:
1
.github/workflows/webdriver-v1.yml
vendored
1
.github/workflows/webdriver-v1.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
name: Test
|
||||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-22.04, windows-latest]
|
||||
webdriver-test: [selenium, webdriverio]
|
||||
|
||||
1
.github/workflows/webdriver-v2.yml
vendored
1
.github/workflows/webdriver-v2.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
name: Test
|
||||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-latest, windows-latest]
|
||||
webdriver-test: [selenium, webdriverio]
|
||||
|
||||
Reference in New Issue
Block a user