Skip to content

Commit

Permalink
Update test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jul 29, 2024
1 parent 24c84f3 commit b7c87ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/integration_test.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
secrets: inherit
with:
channel: latest/edge
charmcraft-channel: latest/edge
integration-test-workflow-file: test.yaml
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ jobs:
with:
self-hosted-runner: true
self-hosted-runner-label: "edge"
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
channel: 1.28-strict/stable
juju-channel: 3.4/stable
self-hosted-runner: true
self-hosted-runner-label: "edge"

0 comments on commit b7c87ca

Please sign in to comment.