Skip to content

Commit b15ebab

Browse files
committed
Add planck to github actions for zprint
Add planck to github actions for zprint cljs lib tests
1 parent 190c055 commit b15ebab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/libs-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
java-version: 11
2828

29+
- name: Install planck
30+
run: |
31+
sudo add-apt-repository -y ppa:mfikes/planck
32+
sudo apt-get update
33+
sudo apt-get install -y planck
34+
2935
- name: Install Babashka
3036
run: curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
3137

@@ -42,6 +48,8 @@ jobs:
4248
clojure -Sdescribe
4349
echo "lein --version"
4450
lein --version
51+
echo "planck --version"
52+
planck --version
4553
4654
- name: Run Libs Tests
4755
run: bb ./script/libs_tests.clj

0 commit comments

Comments
 (0)