From 40b3cc3c03a77565a0a66f30f61b7a7a1344b9c4 Mon Sep 17 00:00:00 2001 From: "Taegeon Go (Alan)" Date: Wed, 24 Jul 2024 21:47:40 +0900 Subject: [PATCH] update periodic check workflow --- .github/workflows/check.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 36bc7e8..de7fe8d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,11 +25,16 @@ jobs: with: node-version: 18.x cache: 'yarn' + - run: yarn --immutable + - run: yarn update-env - - run: yarn test tests/${{ matrix.tests }} + + - id: test + run: yarn test tests/${{ matrix.tests }} + - uses: ravsamhq/notify-slack-action@v2 - if: ${{ failure() }} + if: ${{ failure() && !contains(steps.test.outputs.stdout, 'Test timed out') }} with: status: ${{ job.status }} env: