Skip to content

Commit b726066

Browse files
authored
feat: separate go mod download from acc test step (#580)
Signed-off-by: Nathanael Liechti <[email protected]>
1 parent 0d480fd commit b726066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
make testacc_prepare_env
9595
until $(nc -z 127.0.0.1 8080); do sleep 2;done
9696
netstat -tulpn
97+
- name: Download go deps for tests
98+
run: go mod download
9799
- name: Run acceptance tests
98100
env:
99101
ARGOCD_VERSION: ${{ matrix.argocd_version }}

0 commit comments

Comments
 (0)