Skip to content

Commit c0b488a

Browse files
committed
chore: temp. disable int-tests
1 parent c133626 commit c0b488a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ jobs:
146146
echo "EOF"
147147
} >> $GITHUB_ENV
148148
149-
- name: Run Integration Tests
150-
if: ${{ env.SKIP != 'true' }}
151-
run: |
152-
.ci/dev_integration_test TARGET_CLUSTERNAME=cli-re
149+
# - name: Run Integration Tests
150+
# if: ${{ env.SKIP != 'true' }}
151+
# run: |
152+
# .ci/dev_integration_test TARGET_CLUSTERNAME=cli-re
153153

154154
- name: Check if VERSION is already tagged
155155
id: check_tag

0 commit comments

Comments
 (0)