Skip to content

Commit

Permalink
Merge 1bc2660 into 8f2676c
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored Mar 23, 2023
2 parents 8f2676c + 1bc2660 commit c9ff26a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9ff26a

Please sign in to comment.