fix(wrapper): Output variable name instead of value #196
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will build the project with Gradle and release its build. | |
name: Gradle test | |
on: | |
workflow_call: | |
push: | |
branches-ignore: [ "main", "workflow-test" ] | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: iamgio/quarkdown/.github/actions/setup-environment@main | |
with: | |
full-checkout: ${{ inputs.full-checkout }} | |
- name: Run tests | |
uses: burrunan/gradle-cache-action@v3 | |
with: | |
job-id: main | |
arguments: ktlintCheck test |