mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-06-18 10:05:28 +08:00
chore: no fail-fast for CI builds
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
b616c0b741
commit
194ee8263d
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- 'ubuntu-22.04'
|
- 'ubuntu-22.04'
|
||||||
|
Loading…
Reference in New Issue
Block a user