Skip to content

Commit

Permalink
Merge branch 'main' into UpdateRequirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbwburns authored Jan 20, 2024
2 parents c7f98bc + 954713e commit 3f5fbf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-on-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
SAMPLE_ICAL_URL: ${{ secrets.SAMPLE_ICAL_URL }}
TEST_ICAL_URL: ${{ secrets.TEST_ICAL_URL }}
TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }}
TINDIE_API_KEY: ${{ secrets.TINDIE_API_KEY }}
TINDIE_USERNAME: ${{ secrets.TINDIE_USERNAME }}
with:
# Set the base_image to the desired Raspberry Pi OS version
base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf-lite.img.xz
Expand Down Expand Up @@ -54,3 +56,4 @@ jobs:
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
pip install pytest
python -m pytest

0 comments on commit 3f5fbf4

Please sign in to comment.