Skip to content

Commit 8feb499

Browse files
FaithKovikaxada
authored andcommitted
adding fail-fast to matrix strategy
Signed-off-by: FaithKovi <[email protected]>
1 parent 491cade commit 8feb499

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: Test bot script on ${{ matrix.os }} with ${{ matrix.compiler }}.
1717
runs-on: ${{ matrix.os }}
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
os: [ubuntu-latest, macos-latest]
2122
compiler: [ g++-10 ]
@@ -34,11 +35,6 @@ jobs:
3435

3536
steps:
3637
- uses: actions/checkout@v3
37-
- name: Clear Git Cache
38-
run: |
39-
git gc --prune=now
40-
git remote prune origin
41-
4238
- name: Run shell script
4339
run: |
4440
chmod +x install.sh

0 commit comments

Comments
 (0)