Skip to content

Re-enable keystone testing in validation tests #4891

Re-enable keystone testing in validation tests

Re-enable keystone testing in validation tests #4891

Workflow file for this run

name: Repo Status
on: [pull_request]
jobs:
call-inclusive-naming-check:
name: Inclusive naming
uses: canonical/inclusive-naming/.github/workflows/woke.yaml@main
with:
fail-on-error: "true"
build:
name: Verify
runs-on: ubuntu-22.04
strategy:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- name: Install deps
run: |
pip install tox
python3 -m tox --recreate -e test --notest
sudo snap install charmcraft --classic
- name: Test
run: |
python3 -m tox -e test