Skip to content

Commit

Permalink
adding fail-fast to matrix strategy
Browse files Browse the repository at this point in the history
Signed-off-by: FaithKovi <[email protected]>
  • Loading branch information
FaithKovi committed Sep 29, 2023
1 parent 4a6de30 commit d5c1e61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: Test bot script on ${{ matrix.os }} with ${{ matrix.compiler }}.
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [ g++-10 ]
Expand All @@ -34,11 +35,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Clear Git Cache
run: |
git gc --prune=now
git remote prune origin
- name: Run shell script
run: |
chmod +x install.sh
Expand Down

0 comments on commit d5c1e61

Please sign in to comment.