Skip to content

Commit

Permalink
Disable cli and lein test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jan 27, 2025
1 parent 57e8ea9 commit 1e8a088
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ runs:
${{ github.workspace }}/compiler+runtime/bin/install
export PATH="${DESTDIR}/usr/local/bin:${PATH}"
echo "PATH=${PATH}" >> "${GITHUB_ENV}"
- name: Test Clojure CLI workflow
shell: bash
working-directory: ${{ github.workspace }}/clojure-cli
run: ${{ github.workspace }}/clojure-cli/bin/ci/test
- name: Test Leiningen plugin
shell: bash
working-directory: ${{ github.workspace }}/lein-jank
run: ${{ github.workspace }}/lein-jank/bin/ci/test
#- name: Test Clojure CLI workflow
# shell: bash
# working-directory: ${{ github.workspace }}/clojure-cli
# run: ${{ github.workspace }}/clojure-cli/bin/ci/test
#- name: Test Leiningen plugin
# shell: bash
# working-directory: ${{ github.workspace }}/lein-jank
# run: ${{ github.workspace }}/lein-jank/bin/ci/test
- if: ${{ inputs.update_release }}
name: Release
id: release
Expand Down

0 comments on commit 1e8a088

Please sign in to comment.