Skip to content

test: report skipped e2e tests to qa channel weekly #2

test: report skipped e2e tests to qa channel weekly

test: report skipped e2e tests to qa channel weekly #2

name: Slack Skipped Tests
on:
pull_request:
branches:
- main
# schedule:
# # Run every Tuesday at 2pm UTC / 8am CST / 9am EST
# - cron: '0 14 * * 2'
workflow_dispatch:
jobs:
slack-skipped-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Slack Skipped Tests Script
run: node scripts/slack-skipped-tests.js ${{ secrets.SLACK_E2E_TEST_WEBHOOK }}