diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70949dc..54d4354 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,18 +120,5 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - name: install bundler - run: | - gem install bundler -v '~> 1.17.3' - bundle update - # We need the latest version of podman for this to work - - name: install container runtime - run: | - . /etc/os-release - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/podman.list > /dev/null - sudo apt-get update - sudo apt-get -y install podman - sudo systemctl start podman - name: Run acceptance tests run: bundle exec rake test:acceptance