Skip to content

Commit 5d8d3c0

Browse files
committed
add direct
1 parent dc4fd25 commit 5d8d3c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests-e2e-nix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
if: steps.changed-files.outputs.only_changed == 'false'
4343
- name: Run integration tests
4444
if: steps.changed-files.outputs.only_changed == 'false'
45+
env:
46+
GOPROXY: direct
47+
GOSUMDB: off
4548
run: make test-e2e-nix
4649
- name: 'Tar debug files'
4750
if: failure()

0 commit comments

Comments
 (0)