Skip to content

Commit

Permalink
add planck/cljs test to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Sep 30, 2023
1 parent 58f888f commit 67a840d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
- name: Install Planck
run: sudo add-apt-repository -y ppa:mfikes/planck && sudo apt-get update -y && sudo apt-get install -y planck
- name: Clojure CLI
uses: DeLaGuardo/setup-clojure@master
with:
Expand All @@ -30,7 +32,7 @@ jobs:
~/.cpcache
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
- name: Run Tests
run: clojure -T:build ci :snapshot false
run: clojure -T:build ci :cljs true :snapshot false
- name: Deploy Release
run: clojure -T:build deploy :snapshot false
env:
Expand Down

0 comments on commit 67a840d

Please sign in to comment.