Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Dec 20, 2023
1 parent f48752a commit 64185a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: 8
- name: Install Babashka
run: bash < <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build --dir /usr/bin
run: bash <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build --dir /usr/local/bin
- name: Run unit tests
run: bb --config tests.edn tests.clj
working-directory: ${{ github.workspace }}/template/bb

0 comments on commit 64185a4

Please sign in to comment.