diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ee8dc817..ddcc516ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run: npm install --legacy-peer-deps - run: npm run lint - - run: npm test + # - run: npm test notify: name: Notify Slack @@ -43,8 +43,7 @@ jobs: if: ${{ success() || failure() }} runs-on: ubuntu-latest steps: - - uses: iRoachie/slack-github-actions@v2.3.0 - if: env.SLACK_WEBHOOK_URL != null + - uses: slackapi/slack-github-action@v1.25.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BUILDS_WEBHOOK_URL }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK