Skip to content

Add support for os_updates_reboot_timeout #14

Add support for os_updates_reboot_timeout

Add support for os_updates_reboot_timeout #14

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9"
cache: "pip"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest