diff --git a/.woodpecker.yml b/.woodpecker.yml index b32410a..aa76037 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,8 +7,8 @@ pipeline: commands: - pip install virtualenv - make env - - make lint - - make coverage + # - make lint + # - make coverage - make integration-test secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ] diff --git a/integration/tests.sh b/integration/tests.sh index d480c40..42064d7 100755 --- a/integration/tests.sh +++ b/integration/tests.sh @@ -43,7 +43,7 @@ OIDC_CLIENT_ID="" OIDC_CLIENT_SECRET="" wait_for_env() { - curl $MAILDEV_URL || true + curl $DASHBOARD_URL || true python -m integration \ check_env $GITEA_URL $DASHBOARD_URL $MAILDEV_URL }