Skip to content

preserve charmcraft's package cache between builds #207

preserve charmcraft's package cache between builds

preserve charmcraft's package cache between builds #207

name: On Pull Request
# On pull_request, we:
# * always publish to charmhub at latest/edge/branchname
# * always run tests
on:
pull_request:
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/integrate.yaml
secrets: inherit
# publish runs in parallel with tests, as we always publish in this situation
publish-charm:
name: Publish Charm
uses: ./.github/workflows/publish.yaml

Check failure on line 20 in .github/workflows/on_pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on_pull_request.yaml" -> "./.github/workflows/publish.yaml" : You have an error in your yaml syntax on line 44
secrets: inherit