Skip to content

Commit

Permalink
proc ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed May 3, 2024
1 parent 578bd43 commit 52e71f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
key: craft-shared-cache-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.job }}-${{ strategy.job-index }}
restore-keys: craft-shared-cache

# DEBUG: remove this
# DEBUG: remove this after testing
- name: emit charmcraft cache directory contents
run: |
find $CRAFT_SHARED_CACHE | wc -l
find $CRAFT_SHARED_CACHE/wheels | wc -l
- run: tox -e ${{ matrix.charm }}-integration

# DEBUG: remove this
# DEBUG: remove this after testing
- name: emit charmcraft cache directory contents
run: |
find $CRAFT_SHARED_CACHE | wc -l
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
key: craft-shared-cache-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.job }}-${{ strategy.job-index }}
restore-keys: craft-shared-cache

# DEBUG: remove this
# DEBUG: remove this after testing
- name: emit charmcraft cache directory contents
run: |
find $CRAFT_SHARED_CACHE | wc -l
Expand All @@ -139,7 +139,7 @@ jobs:
juju add-model kubeflow
sg snap_microk8s -c "tox -e integration -- --model kubeflow"
# DEBUG: remove this
# DEBUG: remove this after testing
- name: emit charmcraft cache directory contents
run: |
find $CRAFT_SHARED_CACHE | wc -l
Expand Down

0 comments on commit 52e71f7

Please sign in to comment.