Skip to content

Update pan-os-upgrade to version 1.2.5 and include support details #16

Update pan-os-upgrade to version 1.2.5 and include support details

Update pan-os-upgrade to version 1.2.5 and include support details #16

Workflow file for this run

name: Run Pytest on Pull Request
on:
pull_request:
branches: [ main, master ]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run Pytest
run: |
poetry run pytest tests/ -vv