Skip to content

Commit 3c1c533

Browse files
committed
Need to checkout.
Drop Slack support
1 parent 9e7c259 commit 3c1c533

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,11 @@ jobs:
2222
sudo gem install rspec
2323
sudo gem install rubocop -v 0.57.2
2424
25+
# Checks out repository under $GITHUB_WORKSPACE
26+
- name: Checkout Latest Repo
27+
uses: actions/checkout@v2
28+
2529
# Run Tests
2630
- name: Run All Unit Tests
2731
run: |
2832
cd test && rake ci
29-
30-
# Slack notification
31-
- uses: 8398a7/action-slack@v3
32-
with:
33-
icon_emoji: ':octocat:'
34-
status: ${{ job.status }}
35-
# Github Actions limit visibility into renamed jobs; explicit job names here solve this limitation
36-
job_name: "Unit Tests"
37-
fields: repo,author,eventName,workflow,job
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_CHANNEL_WEBHOOK }}
41-
if: always() # Pick up events even if the job fails or is canceled.

0 commit comments

Comments
 (0)