Skip to content

Commit

Permalink
Add windows back to CI (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Apr 11, 2024
1 parent 3f4bd66 commit 0fdd322
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# and UBERJAR_JDK env variables respectively.
strategy:
matrix:
os: [macos-latest, ubuntu-latest] # , windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
jdk: [8, 11, 17]
env:
UBERJAR_OS: 'ubuntu'
Expand All @@ -33,10 +33,7 @@ jobs:
# bb: '1.0.165'
cli: '1.10.3.1013'
lein: '2.9.10'

- name: Install bb
run: |
bash <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build
bb: latest

- name: Cache clojure dependencies
uses: actions/cache@v3
Expand All @@ -52,7 +49,6 @@ jobs:

- name: Run babashka tests
run: |
bash <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build
bb babashka-test
- name: Create ubejar
Expand Down

0 comments on commit 0fdd322

Please sign in to comment.