diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 8fe88c7bb..aaaa97a18 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -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 \ No newline at end of file + secrets: inherit