Skip to content

minor refactoring of ingress v2 lib #677

minor refactoring of ingress v2 lib

minor refactoring of ingress v2 lib #677

Workflow file for this run

name: Pull Requests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
pull-request:
name: PR
uses: canonical/observability/.github/workflows/pull-request.yaml@main
secrets: inherit
scenario-tests:
name: Scenario tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: python -m pip install tox
- name: Run scenario tests
run: tox -vve scenario