Github Action to run clojure.test
by Babashka.
Name | Required | Default | Description |
---|---|---|---|
source-paths |
Yes |
|
Source paths (space separated) |
test-paths |
Yes |
|
Test paths (space separated) |
test-file-pattern |
Yes |
|
Pattern for test files. |
- uses: liquidz/[email protected]
with:
source-paths: 'src'
test-paths: 'test'
test-file-pattern: '_test.clj$'
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$'
Copyright (c) 2020-2021 Masashi Iizuka
Distributed under the MIT License.