Skip to content

ci: Show juju information #91

ci: Show juju information

ci: Show juju information #91

Workflow file for this run

name: Test for func workflow
on:
push:
branches: [ master, main ]
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ master, main ]
jobs:
charm-func:
uses: ./.github/workflows/_func.yaml
secrets: inherit
with:
python-version: "3.10"
tox-version: "<4"
working-directory: ./tests/test_charm_repo
commands: "['FUNC_ARGS=\"--series jammy\" make functional']"
timeout-minutes: 120
provider: "lxd"
nested-containers: true
juju-channel: "2.9/stable"
snap-func:
uses: ./.github/workflows/_func.yaml
secrets: inherit
with:
python-version: "3.10"
tox-version: "<4"
working-directory: ./tests/test_snap_repo
snapcraft: true