Skip to content

Test Disk Images

Test Disk Images #526

name: Test Disk Images
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs:
test-disk-image-downloads:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run disk image download test
run: |
python -u test_disk_image_downloads.py