Skip to content

Commit fb8eb22

Browse files
committed
Update testconfig in workflows.
1 parent 6664dfe commit fb8eb22

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main-branch.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Babashka
9090
uses: zharinov/[email protected]
9191
with:
92-
babashka: "0.9.161"
92+
babashka: "1.3.184"
9393

9494
- name: Download artifacts
9595
uses: actions/[email protected]
@@ -104,7 +104,7 @@ jobs:
104104
- run: chmod +x zprintl-${{ steps.version.outputs.zprint }}
105105

106106
- name: Run tests
107-
run: ./test_config ${{ steps.version.outputs.zprint }} graalvm-linux
107+
run: bb testconfig:bb -v ${{ steps.version.outputs.zprint }} -s graalvm-linux
108108

109109
test-clj:
110110
needs: build-jar
@@ -144,7 +144,7 @@ jobs:
144144
- name: Setup Clojure
145145
uses: zharinov/[email protected]
146146
with:
147-
babashka: "0.9.161"
147+
babashka: "1.3.184"
148148

149149
- name: Download artifacts
150150
uses: actions/[email protected]
@@ -153,7 +153,7 @@ jobs:
153153
path: target/
154154

155155
- name: Run tests
156-
run: ./test_config ${{ steps.version.outputs.zprint }} uberjar
156+
run: bb testconfig:bb -v ${{ steps.version.outputs.zprint }} -s uberjar
157157

158158
test-cljs:
159159
runs-on: macos-latest

.github/workflows/pull-request.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup Babashka
8686
uses: zharinov/[email protected]
8787
with:
88-
babashka: "0.9.161"
88+
babashka: "1.3.184"
8989

9090
- name: Download artifacts
9191
uses: actions/[email protected]
@@ -100,7 +100,7 @@ jobs:
100100
- run: chmod +x zprintl-${{ steps.version.outputs.zprint }}
101101

102102
- name: Run tests
103-
run: ./test_config ${{ steps.version.outputs.zprint }} graalvm-linux
103+
run: bb testconfig:bb -v ${{ steps.version.outputs.zprint }} -s graalvm-linux
104104

105105
test-clj:
106106
needs: build-jar
@@ -140,7 +140,7 @@ jobs:
140140
- name: Setup Clojure
141141
uses: zharinov/[email protected]
142142
with:
143-
babashka: "0.9.161"
143+
babashka: "1.3.184"
144144

145145
- name: Download artifacts
146146
uses: actions/[email protected]
@@ -149,4 +149,4 @@ jobs:
149149
path: target/
150150

151151
- name: Run tests
152-
run: ./test_config ${{ steps.version.outputs.zprint }} uberjar
152+
run: bb testconfig:bb -v ${{ steps.version.outputs.zprint }} -s uberjar

0 commit comments

Comments
 (0)