Skip to content

Commit

Permalink
fix: use clojure instead of clj in CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 20, 2024
1 parent da43990 commit b36a1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Unit tests in Clojure
run: clojure -M:test
- name: Run Java Tests
run: clj -T:build java-test
run: clojure -T:build java-test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit b36a1db

Please sign in to comment.