Skip to content

run e2e when e2e.yml itself is updated. #11

run e2e when e2e.yml itself is updated.

run e2e when e2e.yml itself is updated. #11

Workflow file for this run

dnf-install: &with-dnf |
dnf install -y zsh perl
fedora-init: *with-dnf
almalinux-init: *with-dnf
rockylinux-init: *with-dnf
debian-init: &with-apt |
apt-get update -y
apt-get install -y zsh perl curl
ubuntu-init: *with-apt
alpine-init: |
apk add zsh perl
opensuse-init: |
zypper install -y zsh perl