Skip to content

Commit

Permalink
ci: adds test check suite workflow (garris#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jan 15, 2024
1 parent 105dc4d commit 83dfe38
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test-check-backstop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Backstop Test Checks

on:
workflow_dispatch:
workflow_call:

permissions:
actions: write
checks: write
contents: write
pull-requests: write

jobs:
sanity-test:
name: 🤪 Sanity Test Checks
uses: ./.github/workflows/sanity-test-checks.yml

smoke-test:
name: 💨 Smoke Test Checks
uses: ./.github/workflows/smoke-test-checks.yml

integration-test:
name: 🧩 Integration Test Check
uses: ./.github/workflows/integration-test-check.yml

0 comments on commit 83dfe38

Please sign in to comment.