mirror of
https://github.com/hwdsl2/openvpn-install.git
synced 2026-01-23 00:11:04 +00:00
Update tests
This commit is contained in:
5
.github/workflows/test_set_1.yml
vendored
5
.github/workflows/test_set_1.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
if: github.repository_owner == 'hwdsl2'
|
||||
strategy:
|
||||
matrix:
|
||||
os_version: ["centos:9s", "centos:8s", "centos:7", "rockylinux:9", "rockylinux:8", "almalinux:9", "almalinux:8", "amazonlinux:2"]
|
||||
os_version: ["centos:9s", "centos:8s", "centos:7", "rockylinux:8", "almalinux:9", "almalinux:8", "amazonlinux:2"]
|
||||
fail-fast: false
|
||||
env:
|
||||
OS_VERSION: ${{ matrix.os_version }}
|
||||
@@ -42,8 +42,7 @@ jobs:
|
||||
|
||||
cd /opt/src
|
||||
yum -y -q update
|
||||
yum -y -q install wget rsyslog kmod procps-ng net-tools
|
||||
systemctl start rsyslog
|
||||
yum -y -q install wget kmod procps-ng net-tools
|
||||
|
||||
cp -f /opt/src/scripts/openvpn-install.sh ./openvpn.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user