Skip to content

Commit

Permalink
Update testconfig in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinnear committed Mar 11, 2024
1 parent 6664dfe commit fb8eb22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Babashka
uses: zharinov/[email protected]
with:
babashka: "0.9.161"
babashka: "1.3.184"

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

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

test-clj:
needs: build-jar
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Setup Clojure
uses: zharinov/[email protected]
with:
babashka: "0.9.161"
babashka: "1.3.184"

- name: Download artifacts
uses: actions/[email protected]
Expand All @@ -153,7 +153,7 @@ jobs:
path: target/

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

test-cljs:
runs-on: macos-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Setup Babashka
uses: zharinov/[email protected]
with:
babashka: "0.9.161"
babashka: "1.3.184"

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

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

test-clj:
needs: build-jar
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Setup Clojure
uses: zharinov/[email protected]
with:
babashka: "0.9.161"
babashka: "1.3.184"

- name: Download artifacts
uses: actions/[email protected]
Expand All @@ -149,4 +149,4 @@ jobs:
path: target/

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

0 comments on commit fb8eb22

Please sign in to comment.