Skip to content

Commit 064fa8d

Browse files
committed
ci: use base-fee branch for tests
1 parent 7b31118 commit 064fa8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)