Skip to content

Babashka Test Action

Actions
Run clojure.test by Babashka
v1.1
Latest
Star (14)

Tags

 (1)

Babashka Test Action

Github Action to run clojure.test by Babashka.

Inputs

Name Required Default Description

source-paths

Yes

"src"

Source paths (space separated)

test-paths

Yes

"test"

Test paths (space separated)

test-file-pattern

Yes

"_test.clj$"

Pattern for test files.

Example usage

- uses: liquidz/[email protected]
  with:
    source-paths: 'src'
    test-paths: 'test'
    test-file-pattern: '_test.clj$'

Local usage

With docker, you can use this action in your local machine.

$ docker run --rm -v $(pwd):/tmp -w /tmp uochan/babashka-test 'src' 'test' '_test.clj$'

License

Copyright (c) 2020-2021 Masashi Iizuka

Distributed under the MIT License.

Babashka Test Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run clojure.test by Babashka
v1.1
Latest

Tags

 (1)

Babashka Test Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.