Skip to content

Commit

Permalink
fix: tests in main flow
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 22, 2024
1 parent 901c662 commit 459d8bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
cli: latest
- name: Install dependencies
run: make prepare
- name: Run Clojure Tests
run: make clj-test
- name: Run Java Tests
run: make java-test
- name: Run Tests
run: make clj-test java-test
coverage:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 459d8bb

Please sign in to comment.