Skip to content

Commit

Permalink
fix: move job to steps due to mq issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skydiator committed Apr 12, 2024
1 parent fb1adf5 commit 88638d4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Test
if: inputs.ENABLE_TESTING && inputs.ENABLE_COVERAGE
run: yarn test:cov

- name: Upload coverage to Coveralls
if: inputs.ENABLE_TESTING && inputs.ENABLE_COVERAGE
uses: coverallsapp/[email protected]
Expand Down Expand Up @@ -191,18 +191,12 @@ jobs:
storybook-preview-url: ${{ steps.storybook.outputs.preview-url }}
playwright-preview-url: ${{ steps.playwright.outputs.preview-url }}

notification:
if: always() && inputs.ENABLE_SLACK_NOTIFICATION
name: notification
needs: [verify]
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/[email protected]

- name: Get workflow conclusion
if: inputs.ENABLE_SLACK_NOTIFICATION
- uses: technote-space/[email protected]

- name: Send Slack notification
if: inputs.ENABLE_SLACK_NOTIFICATION
- uses: reside-eng/[email protected]
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
Expand Down

0 comments on commit 88638d4

Please sign in to comment.