Skip to content

Commit

Permalink
Fix go test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Aug 1, 2024
1 parent d68d058 commit 896556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ prod-deploy-demo-eks:
E2E_OUTPUT_DIR: $CI_PROJECT_DIR/e2e-output
E2E_PULUMI_VERBOSE_PROGRESS_STREAMS: true
script:
- cd e2e-tests && go test $TARGETS/... -v timeout 0 --args -docker_secret $(aws ecr get-login-password)
- cd e2e-tests && go test $TARGETS/... -v -timeout 0 --args -docker_secret $(aws ecr get-login-password)

new-e2e-otel-collector:
extends: .new_e2e_template
Expand Down

0 comments on commit 896556f

Please sign in to comment.