Skip to content

Commit 9eb056e

Browse files
committed
Healthcheck
1 parent 7b154a0 commit 9eb056e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/health_check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
- name: Install Ruby Dependencies
2020
run: bundle install
2121

22-
- name: Build Gem
23-
run: gem build -o patch_ruby.gem patch_ruby.gemspec
24-
2522
- name: Run RSpec
2623
env:
2724
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
2825
run: bundle exec rspec
26+
27+
- name: Notify slack
2928
uses: kpritam/slack-job-status-action@v1
3029
with:
3130
job-status: ${{ job.status }}

0 commit comments

Comments
 (0)