Skip to content

Commit

Permalink
wait for sonar to start for dce tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamata committed Oct 5, 2024
1 parent d4104ab commit fb55b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-dce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
terraform_wrapper: false
- name: run acceptance tests
run: |
sleep 120 # Testing if sonarqube dce needs more time to start
while [[ "$(curl -s -o /dev/null -w "%{http_code}" admin:admin@sonarqube.dev.local/api/system/info)" != "200" ]]; do echo "waiting for SonarQube to start"; sleep 15; done
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
env:
TF_ACC: 1
Expand Down

0 comments on commit fb55b4c

Please sign in to comment.