Skip to content

Commit

Permalink
Don't alert on test:integration fail (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Corey Martin <[email protected]>
  • Loading branch information
github-actions[bot] and coreymartin authored Nov 19, 2023
1 parent f825028 commit 9cafa2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test-release-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,6 @@ jobs:
- run: "yarn test:integration"

- name: "Notify failure on Slack"
if: "failure() && github.event_name == 'push'"
shell: bash
run: |
curl --data-binary @- --header "Content-Type: application/json" --silent "${{ secrets.SLACK_WEBHOOK_ENGINT }}" <<EOF
{
"text": ":x: ${{ github.workflow }} workflow by ${{ github.actor }} <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id}}|failed> in ${{ github.job }} on <${{ github.server_url }}/${{ github.repository }}/commit/$GITHUB_SHA|${{ github.ref_name }}>"
}
EOF
# turbo doesn't seem to parallelize builds with checks although they don't depend on one another,
# or else there's something in CI that prevents it from doing it well. Faster to keep them separate.
build:
Expand Down

0 comments on commit 9cafa2d

Please sign in to comment.