From 403aec7c59f952f0c27e43e87daaaf164878a721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Wiaduch?= Date: Wed, 11 Oct 2023 15:49:27 +0200 Subject: [PATCH] test --- .github/workflows/tests-nightly.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index 89733430..6c1e664a 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: 8 + version: 8 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -63,13 +63,13 @@ jobs: git config --global user.email 'GA-saleor-cli@users.noreply.github.com' pnpm vitest test/functional -t '^((?!(deploy|tunnel)).)*$' --no-threads - - name: Notify Slack - if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_SNAP_RESTORE }} - SLACK_USERNAME: FunctionalTestsBot - SLACK_COLOR: ${{ job.status }} - SLACK_TITLE: "Functional tests failed" - SLACK_MESSAGE: "https://github.com/saleor/saleor-cli/actions/workflows/tests-nightly.yml" - MSG_MINIMAL: true \ No newline at end of file + # - name: Notify Slack + # if: ${{ failure() }} + # uses: rtCamp/action-slack-notify@v2 + # env: + # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_SNAP_RESTORE }} + # SLACK_USERNAME: FunctionalTestsBot + # SLACK_COLOR: ${{ job.status }} + # SLACK_TITLE: "Functional tests failed" + # SLACK_MESSAGE: "https://github.com/saleor/saleor-cli/actions/workflows/tests-nightly.yml" + # MSG_MINIMAL: true \ No newline at end of file