Skip to content

Commit

Permalink
Update the name of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Oct 17, 2023
1 parent 4593f6e commit f2839e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: integration-tests
name: Integration tests

on:
pull_request:

jobs:
integration-test-juju3:
integration-tests-juju2:
name: Integration test
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 3.1/stable
juju-channel: 2.9/stable
pre-run-script: scripts/pre-integration-test.sh
provider: lxd
test-tox-env: integration-juju3.1
test-tox-env: integration-juju2.9
modules: '["test_charm_fork_repo", "test_charm_no_runner", "test_charm_scheduled_events", "test_charm_one_runner", "test_charm_metrics"]'
integration-test-juju2:
integration-tests:
name: Integration test
needs: integration-test-juju3
needs: integration-test-juju2
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 2.9/stable
juju-channel: 3.1/stable
pre-run-script: scripts/pre-integration-test.sh
provider: lxd
test-tox-env: integration-juju2.9
test-tox-env: integration-juju3.1
modules: '["test_charm_fork_repo", "test_charm_no_runner", "test_charm_scheduled_events", "test_charm_one_runner", "test_charm_metrics"]'

0 comments on commit f2839e3

Please sign in to comment.