Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Dec 6, 2024
1 parent 9a6c18b commit b2dfb07
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ jobs:

build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@lucas/fix-collect-bases
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@beta-charmcraftst124

release:
name: Release snap
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@beta-charmcraftst124
with:
channel: 16/edge/test-core24-dpw
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
create-github-release: false
secrets:
snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }}

smoke:
name: Smoke test snap
Expand Down

0 comments on commit b2dfb07

Please sign in to comment.