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:
commit
2c17721459
|
@ -65,9 +65,14 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
if: steps.didkit.outcome == 'success'
|
if: steps.didkit.outcome == 'success'
|
||||||
|
|
||||||
|
- name: Check correct env vars
|
||||||
|
run: |
|
||||||
|
echo $DOMAIN
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
echo $DOMAIN
|
||||||
python manage.py test
|
python manage.py test
|
||||||
|
|
||||||
ssikit-tests:
|
ssikit-tests:
|
||||||
|
|
Loading…
Reference in New Issue