Skip to content

Commit

Permalink
Need to checkout.
Browse files Browse the repository at this point in the history
Drop Slack support
  • Loading branch information
mvandervoord committed Jan 17, 2021
1 parent 9e7c259 commit 3c1c533
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,11 @@ jobs:
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo
uses: actions/checkout@v2

# Run Tests
- name: Run All Unit Tests
run: |
cd test && rake ci
# Slack notification
- uses: 8398a7/action-slack@v3
with:
icon_emoji: ':octocat:'
status: ${{ job.status }}
# Github Actions limit visibility into renamed jobs; explicit job names here solve this limitation
job_name: "Unit Tests"
fields: repo,author,eventName,workflow,job
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_CHANNEL_WEBHOOK }}
if: always() # Pick up events even if the job fails or is canceled.

0 comments on commit 3c1c533

Please sign in to comment.