diff --git a/.github/workflows/tang-actions.yaml b/.github/workflows/tang-actions.yaml index 985592b..3681fd6 100644 --- a/.github/workflows/tang-actions.yaml +++ b/.github/workflows/tang-actions.yaml @@ -52,7 +52,7 @@ jobs: - name: Wait for pulp run: | docker run --network=host --rm -v ${PWD}:/local curlimages/curl \ - curl --retry-all-errors --fail --retry-delay 10 --retry 32 --retry-max-time 240 http://localhost:8081/api/pulp/default/api/v3/repositories/rpm/rpm/ -u admin:password + curl --retry-all-errors --fail --retry-delay 10 --retry 32 --retry-max-time 240 http://localhost:8080/api/pulp/default/api/v3/repositories/rpm/rpm/ -u admin:password sleep 30 - name: integration tests run: | @@ -63,6 +63,6 @@ jobs: DATABASE_USER: pulp DATABASE_NAME: pulp DATABASE_PASSWORD: password - SERVER_URL: http://localhost:8081 + SERVER_URL: http://localhost:8080 SERVER_USERNAME: admin SERVER_PASSWORD: password