Skip to content

Commit

Permalink
wip: pr flow
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 18, 2024
1 parent dada3ed commit 150e3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
cli: latest
- name: Install dependencies
run: clj -P
run: clojure -P
- name: Compile Java
run: clj -T:build compile-java
run: clojure -T:build compile-java
- name: Coverage
run: clj -M:coverage
run: clojure -M:coverage
- name: Codecov
uses: codecov/codecov-action@v2
with:
Expand All @@ -30,7 +30,7 @@ jobs:
#- name: Run Java Tests
# run: lein pom && mvn test --batch-mode --fail-at-end
- name: Unit tests in Clojure
run: clj -M:test
run: clojure -M:test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit 150e3f5

Please sign in to comment.