Skip to content

Commit bc8f52c

Browse files
committed
Add fail-fast option to build strategy in tests workflow
1 parent 6f3e1a0 commit bc8f52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
age_image:
1516
- release_PG16_1.5.0

0 commit comments

Comments
 (0)