mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
allow matrix jobs to fail
This commit is contained in:
parent
3afcf159fd
commit
3abbc41eb7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr_check.yml
vendored
1
.github/workflows/pr_check.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
||||||
name: Run integration tests
|
name: Run integration tests
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-11]
|
os: [ubuntu-latest, macos-11]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in a new issue