Commit d0fff2d1 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #854 from blockscout/nz-e2e-disable

Temporary disabling e2e tests
parents 25f1beca 7674ad0c
......@@ -67,15 +67,15 @@ jobs:
build-args: |
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
GIT_TAG=${{ github.ref_type == 'tag' && github.github.ref_name || '' }}
deploy_and_tests:
#deploy_and_tests:
# if: github.event.review.state == 'approved'
needs: push_to_registry
uses: blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@master
with:
appNamespace: e2e-front-$GITHUB_SHA_SHORT
frontendImage: ${{ needs.push_to_registry.outputs.tags }}
blockscoutIngressHost: e2e-blockscout-$GITHUB_SHA_SHORT
frontendIngressHost: e2e-blockscout-$GITHUB_SHA_SHORT
gethIngressHost: e2e-geth-$GITHUB_SHA_SHORT
scVerifierIngressHost: e2e-sc-verifier-$GITHUB_SHA_SHORT
secrets: inherit
# needs: push_to_registry
# uses: blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@master
# with:
# appNamespace: e2e-front-$GITHUB_SHA_SHORT
# frontendImage: ${{ needs.push_to_registry.outputs.tags }}
# blockscoutIngressHost: e2e-blockscout-$GITHUB_SHA_SHORT
# frontendIngressHost: e2e-blockscout-$GITHUB_SHA_SHORT
# gethIngressHost: e2e-geth-$GITHUB_SHA_SHORT
# scVerifierIngressHost: e2e-sc-verifier-$GITHUB_SHA_SHORT
# secrets: inherit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment