Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Attempt to run libvirt tests on GitHub owned runner

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed May 1, 2024
1 parent eb965e8 commit 6453805
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults:

jobs:
test:
runs-on: az-ubuntu-2204
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -60,10 +60,6 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Setup docker
run: |
sudo apt-get install -y docker.io
sudo usermod -aG docker "$USER"

- name: Extract qcow2 from ${{ inputs.podvm_image }}
run: |
Expand Down

0 comments on commit 6453805

Please sign in to comment.