Skip to content

Commit 431ef81

Browse files
committed
try podman inside github action
1 parent 83af0f3 commit 431ef81

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@ jobs:
4848
with:
4949
ruby-version: '3.1'
5050
bundler-cache: true
51+
- run: |
52+
sudo apt update
53+
sudo apt -y install podman
5154
- run: bin/setup
5255
- run: bundle exec rake integration_test

test/integration/test_build_sample_project.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class TestBuildSampleProject < ::Minitest::Test
66
%w[podman docker].each do |container_runtime|
7-
next unless system("#{container_runtime} --version > /dev/null 2>&1")
7+
# next unless system("#{container_runtime} --version > /dev/null 2>&1")
88

99
::OmnipackageAgent::Distro.each do |distro|
1010
next if distro.deprecated

0 commit comments

Comments
 (0)