Skip to content

Commit

Permalink
Fix buildin test charms for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Oct 31, 2023
1 parent e88b4c2 commit c154123
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,15 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

build:
name: Build charms
strategy:
fail-fast: true
matrix:
charms: [".", "tests/integration/relation_tests/application-charm"]
name: Build ${{matrix.charms}} charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
charmcraft-snap-channel: "latest/edge"
path-to-charm-directory: ${{matrix.charms}}

integration-test:
strategy:
Expand Down

0 comments on commit c154123

Please sign in to comment.