mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-06-17 17:45:29 +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:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- 'ubuntu-22.04'
|
||||
|
Loading…
Reference in New Issue
Block a user