Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Nov 7, 2023
1 parent 4716bc2 commit 4d42362
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/bundle_test_actions_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
runs-on: [self-hosted, linux, X64, jammy, two-xlarge]
timeout-minutes: 200
steps:
- uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.1/stable
charmcraft-channel: latest/candidate
- uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.1/stable
charmcraft-channel: latest/candidate

- name: echo
run: echo hello world
- name: echo
run: echo hello world

- name: microk8s status
run: microk8s status
- name: microk8s status
run: microk8s status

- name: juju version
run: juju version
- name: juju version
run: juju version

0 comments on commit 4d42362

Please sign in to comment.