Skip to content

Commit

Permalink
Fix #80: windows tests fail (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 26, 2024
1 parent b8d60c7 commit ba12720
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@ jobs:
uses: DeLaGuardo/[email protected]
with:
bb: latest
- run: bb run test
- name: bb test
shell: bash
run: |
curl -sLO https://ci.appveyor.com/api/buildjobs/9winkxumxwycylx3/artifacts/babashka-1.3.191-SNAPSHOT-windows-amd64.zip
unzip babashka-1.3.191-SNAPSHOT-windows-amd64.zip
# overwrite installed bb with custom
cp bb.exe "$(which bb)"
- name: bb test
run: |
bb run test
bb-run-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ba12720

Please sign in to comment.