Skip to content

Commit ac0e070

Browse files
committed
don't accidentally run bundle tests
1 parent 3002d23 commit ac0e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cd CircuitPython_Community_Bundle
5050
circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
5151
- name: Munge tests
52-
run: pytest
52+
run: pytest tests
5353
- name: Build Python package
5454
run: |
5555
pip install --upgrade setuptools wheel twine readme_renderer testresources

0 commit comments

Comments
 (0)