mirror of https://github.com/facebook/jest.git
chore: create issue if nightly build fails
This commit is contained in:
parent
adc1315148
commit
0a45938d2e
|
@ -1,4 +1,4 @@
|
|||
name: Node CI
|
||||
name: Node Nightly CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -41,3 +41,12 @@ jobs:
|
|||
needs: prepare-yarn-cache-windows
|
||||
with:
|
||||
os: windows-latest
|
||||
notify:
|
||||
name: Notify failed build
|
||||
needs: [test-ubuntu, test-macos, test-windows]
|
||||
if: failure()
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jayqi/failed-build-issue-action@v1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue