Skip to content

Commit

Permalink
chore: add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Mar 22, 2024
1 parent b7e61a1 commit cc8cb17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
test_slack_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Test Slack Notification
uses: "./.github/actions/send_slack_notifications"
with:
Expand Down

0 comments on commit cc8cb17

Please sign in to comment.