File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ name: CI
44
55# Controls when the action will run.
66# cf. https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
7- # Triggers the workflow on all push events or pull request events for the
7+ # Triggers the workflow on push events or pull request events for the
88# master branch only:
99on :
1010 push :
1111 branches :
12- - ' ** '
12+ - master
1313 pull_request :
1414 branches :
1515 - master
2525 strategy :
2626 matrix :
2727 coq_version : ['8.11', 'dev']
28- ocaml_version : ['4.07-flambda', '4.09-flambda' ]
28+ ocaml_version : ['4.07-flambda']
2929 # at most 20 concurrent jobs per free account
3030 # cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3131 max-parallel : 4
3535 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3636 - uses : actions/checkout@v2
3737
38- - uses : erikmd/docker-coq-action@simplify-entrypoint
38+ - uses : erikmd/docker-coq-action@alpha
3939 id : docker-coq-action
4040 with :
4141 opam_file : ' coq-demo.opam'
5050 opam update -y
5151 endGroup
5252 startGroup Build
53- variable=OK
54- echo "$variable"
5553 opam install -y -v -j 2 $PACKAGE
5654 opam list
5755 endGroup
You can’t perform that action at this time.
0 commit comments