File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def specify_image_tags(git_sha,
147147 elif proxy_pr_version_branch and is_image_exist (NEON_TESTS_IMAGE , proxy_pr_version_branch ):
148148 neon_test_tag = proxy_pr_version_branch
149149 else :
150- neon_test_tag = "latest "
150+ neon_test_tag = "base-fee "
151151
152152 env = dict (proxy_tag = proxy_tag ,
153153 proxy_sha_tag = proxy_sha_tag ,
Original file line number Diff line number Diff line change @@ -316,9 +316,9 @@ jobs:
316316 - name : Remove docker container
317317 if : always()
318318 run : docker rm -f ${{ env.CONTAINER }}
319- - name : canceling the build if job failed
320- if : " failure()"
321- uses : " andymckay/cancel-action@0.4"
319+ # - name: canceling the build if job failed
320+ # if: "failure()"
321+ # uses: "andymckay/cancel-action@0.4"
322322 dapps-tests :
323323 needs :
324324 - prepare-infrastructure
You can’t perform that action at this time.
0 commit comments