File tree 4 files changed +14
-12
lines changed
4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 20
20
EOF
21
21
- name : Run tests
22
22
run : " set -eu -o pipefail\n set -x\n docker run --rm -i \" --volume\" \" $PWD:/cwd\"
23
- \" --workdir=/cwd\" \" docker.pkg.github.com/timbertson/dhall-ci/dhall\" bash
24
- -eu -o pipefail <<EOF_runInDocker\n make test\n if ! git --no-pager diff
25
- --patch --exit-code HEAD -- >&2; then\n set +x\n echo >&2\n echo
23
+ \" --workdir=/cwd\" \" docker.pkg.github.com/timbertson/dhall-ci/dhall:1.37 \"
24
+ bash -eu -o pipefail <<EOF_runInDocker\n make test\n if ! git --no-pager
25
+ diff --patch --exit-code HEAD -- >&2; then\n set +x\n echo >&2\n echo
26
26
'--------------------------------' >&2\n echo 'Uncommitted changes found,
27
27
please run the following locally and commit the changes:' >&2\n cat >&2
28
28
<<EOF_diff\n make test\n \n EOF_diff\n exit 1\n fi\n\n EOF_runInDocker"
Original file line number Diff line number Diff line change 2
2
# You should NOT edit it manually, your changes will be lost.
3
3
4
4
generated /* linguist-generated
5
+ .github /workflows /* linguist-generated
Original file line number Diff line number Diff line change 1
- env: DHALL_CI_OVERRIDE
2
- ? https:// raw. githubusercontent. com/ timbertson/ dhall- ci/ 7 c77d8a2a790efa4f15bbaa622a57c11625218c9/ package. dhall sha256: 63 b5f3af95e26363c50752bde536e9815e384cec7d8c61f8ded6aefa2d13dd47
3
- /\ { Git =
4
- env: DHALL_CI_GIT_OVERRIDE
5
- ? https:// raw. githubusercontent. com/ timbertson/ dhall- ci- git/ 5 d17b9deb2f6d60d7371a6abab19da8ede1ce781/ package. dhall sha256: d771fc8a26226b3b8290a51bb7bb9b41986f187ee051094209ca0250396cef41
6
- , Docker =
7
- env: DHALL_CI_DOCKER_OVERRIDE
8
- ? https:// raw. githubusercontent. com/ timbertson/ dhall- ci- docker/ 8959 f64d12be4d1234cdda3b342627a4aa5d4067/ package. dhall sha256: bb0bb542442ff1a99afe8250572a9376f5b6a2ff5e33da8d0ba02e04bcc095d8
9
- }
1
+ https:// raw. githubusercontent. com/ timbertson/ dhall- ci/ 7 c77d8a2a790efa4f15bbaa622a57c11625218c9/ package. dhall sha256: 63 b5f3af95e26363c50752bde536e9815e384cec7d8c61f8ded6aefa2d13dd47
2
+ /\ { Git =
3
+ https:// raw. githubusercontent. com/ timbertson/ dhall- ci- git/ 5 d17b9deb2f6d60d7371a6abab19da8ede1ce781/ package. dhall sha256: d771fc8a26226b3b8290a51bb7bb9b41986f187ee051094209ca0250396cef41
4
+ , Docker =
5
+ https:// raw. githubusercontent. com/ timbertson/ dhall- ci- docker/ 8959 f64d12be4d1234cdda3b342627a4aa5d4067/ package. dhall sha256: bb0bb542442ff1a99afe8250572a9376f5b6a2ff5e33da8d0ba02e04bcc095d8
6
+ }
Original file line number Diff line number Diff line change
1
+ ../../../dhall-ci/dhall-ci/package.dhall
2
+ /\ { Git = ../../../dhall-ci/dhall-ci-git/package.dhall
3
+ , Docker = ../../../dhall-ci/dhall-ci-docker/package.dhall
4
+ }
You can’t perform that action at this time.
0 commit comments