Skip to content

Commit

Permalink
Update build-and-push-image.yml (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble authored Jun 4, 2024
1 parent c8a8637 commit 4eee932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
name: Run Cypress Tests
if: needs.set-env.outputs.environment == 'staging' || needs.set-env.outputs.environment == 'dev'
needs: [ deploy-image, set-env ]
runs-on: ubuntu-latest
uses: ./.github/workflows/cypress.yml
with:
environment: ${{ needs.set-env.outputs.environment }}
secrets: inherit
secrets: inherit

0 comments on commit 4eee932

Please sign in to comment.