Skip to content

Update centrally managed files (#66) #175

Update centrally managed files (#66)

Update centrally managed files (#66) #175

name: Test for PR workflow
on:
push:
branches: [ master, main ]
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ master, main ]
paths-ignore:
- '**.md'
- '**.rst'
jobs:
charm-pr:
uses: ./.github/workflows/pull-request.yaml
secrets: inherit
with:
python-version-unit: "['3.10']"
python-version-func: "3.10"
working-directory: ./tests/test_charm_repo
commands: "['FUNC_ARGS=\"--series jammy\" make functional']"
juju-channel: "3.4/stable"
snap-pr:
uses: ./.github/workflows/pull-request.yaml
secrets: inherit
with:
python-version-unit: "['3.10']"
python-version-func: "3.10"
working-directory: ./tests/test_snap_repo
snapcraft: true
commands: "['make functional']"