chore: create issue if nightly build fails

This commit is contained in:
Simen Bekkhus 2023-09-18 23:25:42 +02:00
parent adc1315148
commit 0a45938d2e
1 changed files with 10 additions and 1 deletions

View File

@ -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 }}