We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baf407 commit 2d85948Copy full SHA for 2d85948
.github/workflows/run_tests.yaml
@@ -102,7 +102,7 @@ jobs:
102
test_mode="--test-to-end"
103
fi
104
105
- for test_file in "./tests/test_*.py"; do
+ for test_file in "./tests/e2e/test_*.py"; do
106
name=$(basename "$test_file" .py | sed 's/^test_//')
107
run_cmd="~/venv/qa/bin/python3 ./tests/regression.py --only=/regression/e2e?test_${name}/\${ONLY} \$test_mode --trim-results on -o short --native --log ./tests/raw_${name}.log && "
108
run_cmd+="~/venv/qa/bin/tfs --no-colors transform compact ./tests/raw_${name}.log ./tests/compact_${name}.log && "
0 commit comments