Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reghbali authored Jul 13, 2024
1 parent 485e73e commit 515fc06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Post response to GitHub PR
uses: mshick/add-pr-comment@v2
with:
message: |
Action started. Click [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) to see the status.
- name: Cache dependency binaries
if: steps.check-comment.outputs.triggered == 'true'
id: cache-bin
Expand Down

0 comments on commit 515fc06

Please sign in to comment.