Skip to content

Commit 082f8a1

Browse files
committed
[REVERTME] only run smoke tests
1 parent aa6cd7c commit 082f8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/unittest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ echo '::group::Install testing utilities'
1111
pip install --progress-bar=off pytest pytest-mock pytest-cov
1212
echo '::endgroup::'
1313

14-
pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
14+
python test/smoke_test.py
15+
#pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25

0 commit comments

Comments
 (0)