Skip to content

Commit

Permalink
Move fail-fast to the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Nov 16, 2023
1 parent 53f90bf commit b7e184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
path: test/perl-framework/t/logs/error_log
containers:
strategy:
fail-fast: false
matrix:
container: ["quay.io/centos/centos:stream8", "quay.io/centos/centos:stream9",
"fedora:latest"]
container:
image: ${{ matrix.image }}
fail-fast: false
runs-on: ubuntu-latest
timeout-minutes: 30
env:
Expand Down

0 comments on commit b7e184d

Please sign in to comment.