File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,13 @@ jobs:
6060 - name : Unit Test
6161 run : |
6262 python -m jepler_udecimal.test
63- if ! env MICROPYPATH=. PYTHONPATH=. MICROPY_MICROPYTHON=circuitpython/ports/unix/micropython circuitpython/tests/run-tests -d examples; then
63+ if ! env MICROPYPATH=. PYTHONPATH=. MICROPY_MICROPYTHON=circuitpython/ports/unix/micropython circuitpython/tests/run-tests.py -d examples; then
6464 for exp in *.exp; do
6565 testbase=$(basename $exp .exp);
6666 echo -e "\nFAILURE $testbase";
6767 diff -u $testbase.exp $testbase.out;
6868 done
69+ exit 1
6970 fi
7071 - name : Build assets
7172 run : circuitpython-build-bundles --package_folder_prefix jepler --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
You can’t perform that action at this time.
0 commit comments