Skip to content

Commit

Permalink
Check setup-kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jun 14, 2024
1 parent 79f6e84 commit 1682ca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/prepare-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ runs:
exit 1
fi
- name: 'Check setup-kotlin'
shell: bash
run: 'echo "setup-kotlin: ${{ inputs.setup-kotlin }}"'

- uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da
if: ${{ inputs.setup-kotlin }} == "true"
with:
Expand Down

0 comments on commit 1682ca4

Please sign in to comment.