Skip to content

Commit 5db3cda

Browse files
committed
Libs tests: update GitHub Actions workflow
Must now specify "run" on command line for libs_tests.clj.
1 parent 48fa083 commit 5db3cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
planck --version
5353
5454
- name: Run Libs Tests
55-
run: bb ./script/libs_tests.clj
55+
run: bb ./script/libs_tests.clj run

0 commit comments

Comments
 (0)