We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22e50d commit 1328597Copy full SHA for 1328597
1 file changed
.github/workflows/lint-test.yml
@@ -50,4 +50,13 @@ jobs:
50
51
- name: Run tests
52
run: bundle exec rspec spec
53
-
+
54
+ notify_on_failure:
55
+ if: failure()
56
+ needs: [lint, test]
57
+ uses: tulibraries/.github/.github/workflows/slack-notify.yml@main
58
+ with:
59
+ repo: ${{ github.repository }}
60
+ run_id: ${{ github.run_id }}
61
+ workflow: ${{ github.workflow }}
62
+ secrets: inherit
0 commit comments