Skip to content

Commit

Permalink
try download-artifact with path:./charms/<charm>
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 17, 2024
1 parent 08ab1e5 commit 91f6c2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,20 @@ jobs:
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable

- name: echo things
run: |
echo $GITHUB_WORKSPACE
echo ${{ needs.build.outputs.artifact-prefix }}
- name: Download packed charm(s)
id: download-charms
timeout-minutes: 5
uses: actions/download-artifact@v4
with:
pattern: packed-charm-cache-true-./charms/${{ matrix.charm }}-*
merge-multiple: true
path: ./charms/${{ matrix.charm }}


- name: Integration tests
run: |
Expand Down

0 comments on commit 91f6c2f

Please sign in to comment.