We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347b115 commit 95439d3Copy full SHA for 95439d3
.github/workflows/standard.yml
@@ -76,7 +76,7 @@ jobs:
76
- uses: codecov/codecov-action@v5
77
with:
78
token: ${{ secrets.CODECOV_TOKEN }}
79
- fail_ci_if_error: true
+ fail_ci_if_error: ${{ runner.os != 'Windows' }}
80
- name: "Run GAP's tst/testinstall.g"
81
uses: gap-actions/run-pkg-tests@v4
82
@@ -109,4 +109,4 @@ jobs:
109
110
111
112
+ fail_ci_if_error: false
0 commit comments