Skip to content

Commit

Permalink
Fix CI jvm test run invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 25, 2024
1 parent febbfbe commit b66adf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
set -x
npm run test
- name: Run view tests with JVM Clojure
- name: Run tests with JVM Clojure
run: |
set -x
bb run-view-tests-jvm
bb run-tests-jvm
- name: Copy to app folder
run: |
Expand Down

0 comments on commit b66adf6

Please sign in to comment.