Skip to content

Commit 014001f

Browse files
committed
Disable URL liveness check for CI integration tests
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com>
1 parent 3678b10 commit 014001f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ jobs:
141141
run: integration_tests/run-all.sh all cover
142142
env:
143143
GH_TOKEN: ${{ secrets.GH_TOKEN }}
144-
GOCOVER_MODE: set # Ensure integration tests use the same mode as unit tests
144+
GOCOVER_MODE: set # Ensure integration tests use the same mode as unit tests\
145+
URL_LIVENESS_CHECK_ENABLED: false # Disable network calls to check URLs for integration tests
145146
- name: Generate test coverage
146147
shell: bash
147148
run: go tool covdata textfmt -i=integration_tests/gocover -o cover.out

0 commit comments

Comments
 (0)