Skip to content

lean4checker option not working with lean4checker >= 4.27 #151

@jamespjh

Description

@jamespjh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions