Skip to content

Commit

Permalink
CI: Bake all examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 11, 2024
1 parent d7faf37 commit 3adb9ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
PIMORONI_PICO_DIR: "${{ github.workspace }}/pimoroni-pico"
USER_C_MODULES: "${{ github.workspace }}/src-${{ github.sha }}/modules/${{ matrix.modules }}.cmake"
USER_FS_MANIFEST: "${{ github.workspace }}/src-${{ github.sha }}/modules/${{ matrix.modules }}.txt"
USER_FS_SOURCE: "${{ github.workspace }}/src-${{ github.sha }}/modules/littlefs"
USER_FS_SOURCE: "${{ github.workspace }}/src-${{ github.sha }}/examples"
TAG_OR_SHA: ${{ github.event.release.tag_name || github.sha }}
MICROPY_BOARD: ${{ matrix.board }}
MICROPY_BOARD_VARIANT: ${{ matrix.variant }}
Expand Down
5 changes: 4 additions & 1 deletion modules/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*.py
*.py
*.af
*.jpg
*.png

0 comments on commit 3adb9ec

Please sign in to comment.