Skip to content

Commit ac620fa

Browse files
committed
ci: avoid rlwrap with using clj
1 parent cf0afa3 commit ac620fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
run: clj-kondo --fail-level error --lint src test
4040

4141
- name: Test
42-
run: clj -M:test
42+
run: clojure -M:test
4343

4444
- name: Build JAR
45-
run: clj -T:build jar
45+
run: clojure -T:build jar
4646

4747
- name: Upload artifact
4848
uses: actions/upload-artifact@v4
@@ -82,7 +82,7 @@ jobs:
8282
name: charm-jar
8383

8484
- name: Deploy to Clojars
85-
run: clj -T:build deploy
85+
run: clojure -T:build deploy
8686
env:
8787
CHARM_VERSION: ${{ github.ref_name }}
8888
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}

0 commit comments

Comments
 (0)