Skip to content

Commit

Permalink
Merge pull request #24 from wolsen/fix-ci
Browse files Browse the repository at this point in the history
fix: Fix the ci job
  • Loading branch information
wolsen authored May 22, 2024
2 parents 8066eeb + 492f6f1 commit 528a91e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ jobs:
bases:
- [email protected]
- [email protected]
name: Integration tests (LXD) | ${{ matrix.bases }}
runs-on: ubuntu-latest
needs:
- inclusive-naming-check
- lint
- unit-test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3/stable
- name: Run tests
run: tox run -e integration -- --charm-base=${{ matrix.bases }}
name: Integration tests (LXD) | ${{ matrix.bases }}
runs-on: ubuntu-latest
needs:
- inclusive-naming-check
- lint
- unit-test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3/stable
- name: Run tests
run: tox run -e integration -- --charm-base=${{ matrix.bases }}

0 comments on commit 528a91e

Please sign in to comment.