Skip to content

Commit

Permalink
add test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 6, 2024
1 parent dedd81e commit 0682e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.APP_INTEGRATION_SLACK_WEBHOOK }}
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
REPO: ${{ github.repository }}
run: |
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"@porter-support \`porter\` integration tests failed in `internal-tool`: $RUN_URL \"}" $SLACK_WEBHOOK_URL
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"@porter-support \`$REPO\` integration tests failed in `internal-tools`: $RUN_URL \"}" $SLACK_WEBHOOK_URL

0 comments on commit 0682e7c

Please sign in to comment.