Skip to content

Commit

Permalink
try adding matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Feb 9, 2024
1 parent 7a92163 commit ed6415e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,23 @@ jobs:
integration-test:
strategy:
fail-fast: false
matrix:
juju:
- agent: 3.1.6
libjuju: ^3
allure: true
name: Integration test charm
needs:
- lint
- unit-test
# comment out temporarily to test workflow on GitHub faster
# - lint
# - unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
cloud: lxd
juju-agent-version: 3.1.6
juju-agent-version: ${{ matrix.juju.agent }}
libjuju-version-constraint: ${{ matrix.juju.libjuju }}
permissions:
contents: write # Needed for Allure Report beta
secrets:
Expand Down

0 comments on commit ed6415e

Please sign in to comment.