Skip to content

Commit

Permalink
github: use setup-microceph action from LXD repo
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 8, 2024
1 parent 49961e0 commit 214d7fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
path: /home/runner/work/cache
key: cache-${{ steps.get-date.outputs.date }}

- name: Setup MicroCeph
if: ${{ matrix.test == 'storage-vm ceph' }}
uses: canonical/lxd.github/actions/setup-microceph@main

- name: ${{ matrix.test }} (${{ matrix.track }})
run: |
set -eux
Expand Down

0 comments on commit 214d7fa

Please sign in to comment.