Skip to content

Commit 67a840d

Browse files
committed
add planck/cljs test to release workflow
1 parent 58f888f commit 67a840d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-and-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
distribution: 'adopt'
1818
java-version: '11'
19+
- name: Install Planck
20+
run: sudo add-apt-repository -y ppa:mfikes/planck && sudo apt-get update -y && sudo apt-get install -y planck
1921
- name: Clojure CLI
2022
uses: DeLaGuardo/setup-clojure@master
2123
with:
@@ -30,7 +32,7 @@ jobs:
3032
~/.cpcache
3133
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
3234
- name: Run Tests
33-
run: clojure -T:build ci :snapshot false
35+
run: clojure -T:build ci :cljs true :snapshot false
3436
- name: Deploy Release
3537
run: clojure -T:build deploy :snapshot false
3638
env:

0 commit comments

Comments
 (0)