Skip to content

Commit

Permalink
squash! refactor GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MadnessASAP committed Dec 11, 2024
1 parent 64dd405 commit 03631cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ matrix.go }}-incus-bin
path: /go/bin
path: /home/runner/go/bin

- name: Setup MicroCeph
if: ${{ matrix.backend == 'ceph' }}
Expand Down Expand Up @@ -381,5 +381,5 @@ jobs:
chmod +x ~
echo "root:1000000:1000000000" | sudo tee /etc/subuid /etc/subgid
cd test
export PATH=/go/bin:$PATH
export PATH=/home/runner/go/bin:$PATH
sudo --preserve-env=PATH,GOPATH,GITHUB_ACTIONS,INCUS_VERBOSE,INCUS_BACKEND,INCUS_CEPH_CLUSTER,INCUS_CEPH_CEPHFS,INCUS_CEPH_CEPHOBJECT_RADOSGW,INCUS_OFFLINE,INCUS_SKIP_TESTS,INCUS_REQUIRED_TESTS, INCUS_BACKEND=${{ matrix.backend }} ./main.sh ${{ matrix.suite }}

0 comments on commit 03631cc

Please sign in to comment.