Skip to content

Commit

Permalink
Fix test cmd in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Nov 6, 2023
1 parent faa8c12 commit 85044a7
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 @@ -21,5 +21,5 @@ jobs:
- name: Install Babashka
run: bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
- name: Run unit tests
run: bb tests.clj
run: bb --config tests.edn tests.clj
working-directory: ${{ github.workspace }}/template/bb

0 comments on commit 85044a7

Please sign in to comment.