Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
2can committed Oct 11, 2023
1 parent 8f31b1a commit 403aec7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand Down Expand Up @@ -63,13 +63,13 @@ jobs:
git config --global user.email '[email protected]'
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
# - 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

0 comments on commit 403aec7

Please sign in to comment.