Skip to content

Commit

Permalink
narrow testing scope
Browse files Browse the repository at this point in the history
  • Loading branch information
garris authored Dec 28, 2023
1 parent 0e4ce0b commit a3f5be4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/_backstop-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ env:
BRANCH_NAME: ${{ github.event.pull_request.head.sha || github.head_ref || github.ref_name }}

jobs:
# backstop-sanity-docker-test:
# name: Sanity Test Backstop
# uses: ./.github/workflows/backstop-sanity-docker.yml

backstop-sanity-test:
name: Sanity Test Backstop
uses: ./.github/workflows/backstop-sanity-test.yml

backstop-smoke-test:
name: Smoke Test Backstop
uses: ./.github/workflows/backstop-smoke-test.yml
# backstop-smoke-test:
# name: Smoke Test Backstop
# uses: ./.github/workflows/backstop-smoke-test.yml

# backstop-integration-test:
# name: Integration Test Backstop
Expand Down

0 comments on commit a3f5be4

Please sign in to comment.