Fix test paths: backend-compliance -> compliance/tests/, dsms-gateway -> test_main.py
This commit is contained in:
@@ -148,7 +148,7 @@ steps:
|
||||
pip install --quiet --no-cache-dir pytest-json-report
|
||||
|
||||
set +e
|
||||
python -m pytest tests/ -v --tb=short --json-report --json-report-file=../.ci-results/test-backend-compliance.json
|
||||
python -m pytest compliance/tests/ -v --tb=short --json-report --json-report-file=../.ci-results/test-backend-compliance.json
|
||||
TEST_EXIT=$?
|
||||
set -e
|
||||
|
||||
@@ -226,7 +226,7 @@ steps:
|
||||
pip install --quiet --no-cache-dir pytest-json-report
|
||||
|
||||
set +e
|
||||
python -m pytest tests/ -v --tb=short --json-report --json-report-file=../.ci-results/test-dsms-gateway.json
|
||||
python -m pytest test_main.py -v --tb=short --json-report --json-report-file=../.ci-results/test-dsms-gateway.json
|
||||
TEST_EXIT=$?
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user