Skip to content

Test Disk Images

Test Disk Images #939

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
workflow-keepalive:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: liskin/gh-workflow-keepalive@f72ff1a1336129f29bf0166c0fd0ca6cf1bcb38c #v1