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 aa6cd7c commit 082f8a1Copy full SHA for 082f8a1
.github/scripts/unittest.sh
@@ -11,4 +11,5 @@ echo '::group::Install testing utilities'
11
pip install --progress-bar=off pytest pytest-mock pytest-cov
12
echo '::endgroup::'
13
14
-pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
+python test/smoke_test.py
15
+#pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
0 commit comments