bb: better help/logs for getting symlinks in place #390
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Babashka-based unit tests | |
on: push | |
jobs: | |
Testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v4 | |
- name: Install clojure tools | |
uses: DeLaGuardo/setup-clojure@13.0 | |
with: | |
bb: latest | |
- run: ./test_runner.clj |