We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49105c commit 6574ac1Copy full SHA for 6574ac1
.github/workflows/build-coq-demo.yml
@@ -29,6 +29,8 @@ jobs:
29
# at most 20 concurrent jobs per free account:
30
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
31
max-parallel: 4
32
+ # don't cancel all in-progress jobs if one matrix job fails:
33
+ fail-fast: false
34
35
# Steps represent a sequence of tasks that will be executed as part of the job
36
steps:
@@ -50,6 +52,7 @@ jobs:
50
52
- mathcomp/mathcomp:1.11.0-coq-dev
51
53
- mathcomp/mathcomp-dev:coq-dev
54
55
56
57
- uses: actions/checkout@v2
58
- uses: coq-community/docker-coq-action@v1
0 commit comments