Skip to content

Commit

Permalink
fix: Apply proper GH action naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed May 9, 2024
1 parent 1ee769f commit b39b5c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .github/actions/slack/notify-on-failure.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/reusable-api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
run: |
cd apps/api && pnpm test
- uses: ./.github/actions/slack/notify-on-failure
- uses: ./.github/actions/slack-notify-on-failure
5 changes: 3 additions & 2 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
required: false
default: false
type: boolean
type: string

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -185,7 +186,7 @@ jobs:
path: playwright-report
retention-days: 14

- uses: ./.github/actions/slack/notify-on-failure
- uses: ./.github/actions/slack-notify-on-failure

component_web:
if: "!contains(github.event.head_commit.message, 'ci skip')"
Expand Down Expand Up @@ -231,4 +232,4 @@ jobs:
name: cypress-screenshots
path: apps/web/cypress/screenshots

- uses: ./.github/actions/slack/notify-on-failure
- uses: ./.github/actions/slack-notify-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/reusable-widget-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
name: cypress-videos
path: apps/widget/cypress/videos

- uses: ./.github/actions/slack/notify-on-failure
- uses: ./.github/actions/slack-notify-on-failure

0 comments on commit b39b5c8

Please sign in to comment.