Merge pull request 'Fixed the tests in the CI pipeline' (#162) from testing-pipeline into release

Reviewed-on: https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/pulls/162
This commit is contained in:
Elahi 2024-03-05 10:06:25 +00:00
commit 2c17721459
1 changed files with 5 additions and 0 deletions

View File

@ -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: