Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,16 @@ jobs:
sudo touch /etc/containers/nodocker
cd test
sh setup-dependencies.sh
- name: Print network environment
run: ss -ltp
- name: Configure Podman logging driver
run: |
mkdir -p ~/.config/containers
cat <<EOF > ~/.config/containers/containers.conf
[containers]
log_driver = "k8s-file"

[engine]
events_logger = "file"
EOF
- name: Run testsuite
run: |
cd test
Expand Down
Loading