We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772d67a commit f8d2283Copy full SHA for f8d2283
.github/workflows/main.yml
@@ -140,13 +140,7 @@ jobs:
140
~/.gitlibs
141
~/.deps.clj
142
key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }}
143
- - name: 🔧 Install bb from dev build (until next release)
144
- shell: bash
145
- run: |
146
- curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
147
- chmod +x ./install
148
- ./install --dev-build --dir /tmp
149
- cp /tmp/bb "$(which bb)"
+
150
- name: 🧪 Run tests
151
shell: bash
152
run: |
0 commit comments