Skip to content

Commit cbe997a

Browse files
committed
adapt to name of test runner script
1 parent 8c8e04d commit cbe997a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 .

0 commit comments

Comments
 (0)