Skip to content

Commit

Permalink
pull less data from bundle for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jun 17, 2024
1 parent ac0e070 commit 6416c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test building bundle
run: |
# Use the community bundle because it's smaller and faster
git clone --recurse-submodules https://github.com/adafruit/CircuitPython_Community_Bundle.git
git clone --filter=blob:none --also-filter-submodules --recurse-submodules https://github.com/adafruit/CircuitPython_Community_Bundle.git
cd CircuitPython_Community_Bundle
circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
- name: Munge tests
Expand Down

0 comments on commit 6416c08

Please sign in to comment.