Skip to content

Commit

Permalink
Fix CI smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jun 11, 2023
1 parent 8f142b4 commit 6d213fb
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,28 @@ jobs:
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: latest
lein: 2.9.10
bb: latest
clj-kondo: 2023.05.18
cljfmt: 0.10.4

- name: Execute tests
working-directory: ./cljfmt
run: lein test

- name: Execute babashka tests
run: bb test

- name: Check formatting
run: bb fmt

- name: Lint sourcecode
run: bb lint

- name: Install cljfmt dependency
working-directory: ./cljfmt
run: lein install

- name: Install GraalVM
uses: graalvm/setup-graalvm@v1
Expand All @@ -38,19 +57,6 @@ jobs:
working-directory: ./cljfmt
run: lein native-image

- name: Execute tests
working-directory: ./cljfmt
run: lein test

- name: Execute babashka tests
run: bb test

- name: Check formatting
run: cljfmt/target/cljfmt check

- name: Lint sourcecode
run: bb lint

- name: Run smoke tests
run: bb smoke

Expand Down

0 comments on commit 6d213fb

Please sign in to comment.