Skip to content

Commit

Permalink
Enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 14, 2025
1 parent f78df77 commit 96fb166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
cache: false # TODO: will change to `true` before merge
cache: true
charmcraft-snap-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
path-to-charm-directory: ${{ matrix.path }}

Expand All @@ -154,7 +154,7 @@ jobs:
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
artifact-prefix: packed-charm-cache-false # TODO: revert cache
artifact-prefix: packed-charm-cache-true
cloud: lxd
juju-agent-version: 3.6.1 # renovate: juju-agent-pin-minor
_beta_allure_report: true
Expand Down

0 comments on commit 96fb166

Please sign in to comment.