Skip to content

Commit

Permalink
Use echo
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed Nov 10, 2023
1 parent 23e0337 commit 6c8be9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/compile-test-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ runs:
- name: "Compile"
run: echo 'Compile'
shell: bash
- uses: ${{ inputs.before-test-action }}
- run: echo Hello ${{ inputs.before-test-action }}.
name: "Before test"
shell: bash
# uses: ${{ inputs.before-test-action }}
- run: echo 'Test'
name: "Test"
shell: bash
Expand Down

0 comments on commit 6c8be9c

Please sign in to comment.