Skip to content

Commit

Permalink
ci(github): makes docker tests dependent on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Nov 26, 2023
1 parent 67979a5 commit c4d3754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_backstop-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
uses: ./.github/workflows/docker-build.yml

docker-sanity-test:
needs: build-publish-docker
name: Sanity Test Docker
uses: ./.github/workflows/docker-sanity-test.yml

docker-smoke-test:
needs: build-publish-docker
name: Smoke Test Docker
uses: ./.github/workflows/docker-smoke-test.yml

0 comments on commit c4d3754

Please sign in to comment.