Skip to content

Commit

Permalink
CI test.yml: enable git diff in custom coq-emacs images
Browse files Browse the repository at this point in the history
For newer git versions the .git directory must apparently be writable,
otherwise certain git commands complain that they are not inside a
repository.
  • Loading branch information
hendriktews committed May 2, 2024
1 parent 69f1753 commit cc8db24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
ocamlc -v
endGroup
startGroup Run tests
sudo chown -R coq:coq ./ci
sudo chown -R coq:coq .
make tests
endGroup
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
ocamlc -v
endGroup
startGroup Run tests
sudo chown -R coq:coq ./ci
sudo chown -R coq:coq .
make -C ci/compile-tests test
endGroup
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
ocamlc -v
endGroup
startGroup Run tests
sudo chown -R coq:coq ./ci
sudo chown -R coq:coq .
make -C ci/simple-tests coq-all
endGroup
Expand Down

0 comments on commit cc8db24

Please sign in to comment.