Skip to content

Commit

Permalink
Merge pull request #44 from hpi-swa-teaching/improve-ci
Browse files Browse the repository at this point in the history
Update ci to run even if one image fails
  • Loading branch information
Sohn123 authored Jun 9, 2022
2 parents b6daa7a + 5dd9a97 commit 6f146e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# Select platform(s)
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down

0 comments on commit 6f146e9

Please sign in to comment.