Describe the bug
The lean4checker option invokes lean4checker's test.sh script, but that script no longer exists
Expected behavior
The tests should now be invoked with lake test (I think - I am not the author of lean4checker!)
Link to workflow where bug was encountered:
Locally, running on nektos act to test my build, added lean4checker: true:
- uses: leanprover/lean-action@v1
with:
build: true
test: true
build-args: --wfail
lean4checker: true
lake-package-directory: languages/lean/basic
Details
lean-action version: v1
- GitHub runner:
ubuntu-latest
Additional context
https://github.com/leanprover/lean4checker/tree/v4.27.0 has no test.sh
https://github.com/leanprover/lean4checker/blob/v4.26.0/test.sh exists.
Describe the bug
The lean4checker option invokes lean4checker's test.sh script, but that script no longer exists
Expected behavior
The tests should now be invoked with lake test (I think - I am not the author of lean4checker!)
Link to workflow where bug was encountered:
Locally, running on nektos act to test my build, added lean4checker: true:
Details
lean-actionversion: v1ubuntu-latestAdditional context
https://github.com/leanprover/lean4checker/tree/v4.27.0 has no test.sh
https://github.com/leanprover/lean4checker/blob/v4.26.0/test.sh exists.