diff --git a/.github/workflows/yum.yml b/.github/workflows/yum.yml index 4525b8f23..0c9dcc05e 100644 --- a/.github/workflows/yum.yml +++ b/.github/workflows/yum.yml @@ -130,6 +130,10 @@ jobs: with: name: packages-${{ matrix.rake-job }} - uses: canonical/setup-lxd@v0.1.1 + - name: Update image server + run: | + lxc remote remove images + lxc remote add images https://images.lxd.canonical.com --protocol=simplestreams - name: Run Test ${{ matrix.test-file }} on ${{ matrix.test-lxc-image }} run: fluent-package/yum/systemd-test/test.sh ${{ matrix.test-lxc-image }} ${{ matrix.test-file }}