diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 28512e3..dcb4343 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -65,9 +65,14 @@ jobs: pip install -r requirements.txt if: steps.didkit.outcome == 'success' + - name: Check correct env vars + run: | + echo $DOMAIN + - name: Run tests run: | source venv/bin/activate + echo $DOMAIN python manage.py test ssikit-tests: