Closed oldfartdeveloper closed 2 years ago
Sorry for taking a while to get to this. Thanks for doing this!
I think CI is failing because .github/workflows/ci.yml
never makes .ci/spago--build-and-test-non-ci.sh
executable via chmod +x .ci/spago--build-and-test-non-ci.sh
. But if that's the case, can we drop .ci/spago--build-and-test.sh
and just call exit "
source .ci/spago--build-and-test-non-ci.sh"
directly as a step in the GH Action? And if so, then could we drop the -non-ci
part of that file's name?
Have suggested Jordan fixes.
I've submitted PR #577 that has:
Hence, closing this PR so that you can concentrate on #577
Fixes: #575
spago--build-and-test.sh
, changed compare operator==
to=
and made is ash
script instead of abash
script to upgrade to fix a MacOS Catalina syntax incompatibility.The above changes were made so that continuous integration facility's functionality was left unchanged. The edits look more extensive than they really are in that I had to move large chunks of the shell code from one script to another.