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 03631cc commit eda6dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,6 @@ jobs:
run: |
chmod +x ~
echo "root:1000000:1000000000" | sudo tee /etc/subuid /etc/subgid
cd test
cd $GITHUB_WORKSPACE/test
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 eda6dff

Please sign in to comment.