Skip to content

Commit

Permalink
update integration CI to preserve charmcraft's cache between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed May 3, 2024
1 parent ca186da commit def4346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
restore-keys: craft-shared-cache

# DEBUG: remove this
- name: emit pip cache directory contents
- name: emit charmcraft cache directory contents
run: |
find $CRAFT_SHARED_CACHE | wc -l
find $CRAFT_SHARED_CACHE/wheels | wc -l
Expand All @@ -94,7 +94,7 @@ jobs:
timeout-minutes: 80

# DEBUG: remove this
- name: emit pip cache directory contents
- name: emit charmcraft cache directory contents
run: |
find $CRAFT_SHARED_CACHE | wc -l
find $CRAFT_SHARED_CACHE/wheels | wc -l
Expand Down

0 comments on commit def4346

Please sign in to comment.