Skip to content

Commit

Permalink
Update Build-Test-Coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovicenteb authored Jul 21, 2023
1 parent c0dd0ef commit 1fcb1b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build-Test-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
run: |
echo "LATEST_TAG is ${{env.LATEST_TAG}}"
echo "github.ref is ${{ github.ref }}"
echo "github.ref_name is ${{ github.ref_name}}"
echo "github.ref_name is ${{ github.ref_name }}"
echo "github.event.pull_request.merged is ${{ github.event.pull_request.merged }}"
- name: test
env:
Expand Down

0 comments on commit 1fcb1b4

Please sign in to comment.