-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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-actionversion: 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working