Skip to content

Commit

Permalink
skip: update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Jan 17, 2025
1 parent 4d8278c commit 9648209
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ jobs:

build:
name: Build charms
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.5
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.1
needs: get-charm-paths
strategy:
fail-fast: false
matrix:
charm: ${{ fromJson(needs.get-charm-paths.outputs.charm_paths) }}
with:
cache: true
charmcraft-snap-channel: 3.x/stable
path-to-charm-directory: ./${{ matrix.charm }}
# Update to 3.x/stable once the latest/candidate is released to that track
charmcraft-snap-channel: latest/candidate
path-to-charm-directory: ${{ matrix.charm }}

tests:
name: Run Tests
Expand Down

0 comments on commit 9648209

Please sign in to comment.