Skip to content

Commit

Permalink
chore: create issue if nightly build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 18, 2023
1 parent adc1315 commit 0a45938
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI
name: Node Nightly CI

on:
workflow_dispatch:
Expand Down Expand Up @@ -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 }}

0 comments on commit 0a45938

Please sign in to comment.