Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: bundle exec rake spec

- name: Slack Notification (not success)
uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
if: "! success()"
continue-on-error: true
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- run: bundle exec rake rubocop

- name: Slack Notification (not success)
uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
if: "! success()"
continue-on-error: true
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- run: bundle exec rake rbs

- name: Slack Notification (not success)
uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
if: "! success()"
continue-on-error: true
with:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
ls -ld doc/

- name: Slack Notification (not success)
uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
if: "! success()"
continue-on-error: true
with:
Expand Down
Loading