Skip to content

Commit

Permalink
Install bb in CI first
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jan 31, 2025
1 parent f43fdf9 commit 847b812
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
with:
submodules: recursive
- name: Build and test
run: ./bin/jank/test_everything.clj
run: |
curl -sL -o install-bb https://raw.githubusercontent.com/babashka/babashka/master/install
chmod +x install-bb
sudo ./install-bb
./bin/jank/test_everything.clj
#- name: Archive test log
# if: always()
# uses: actions/upload-artifact@v4
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit 847b812

Please sign in to comment.