1
0
mirror of synced 2026-01-09 06:03:09 -05:00
This commit is contained in:
James M. Greene
2020-11-09 13:07:04 -06:00
parent ed3baeb5dc
commit f410fd175c
19 changed files with 136 additions and 283 deletions

View File

@@ -127,10 +127,3 @@ jobs:
run: npx jest tests/${{ matrix.test-group }}/
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- name: Send Slack notification if workflow fails
uses: rtCamp/action-slack-notify@e17352feaf9aee300bf0ebc1dfbf467d80438815
if: failure() && github.ref == 'early-access'
env:
SLACK_WEBHOOK: ${{ secrets.DOCS_ALERTS_SLACK_WEBHOOK }}
SLACK_MESSAGE: "Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access"