Update tests
This commit is contained in:
parent
dd6f260a44
commit
f39c7fd27e
2
.github/workflows/test_set_1.yml
vendored
2
.github/workflows/test_set_1.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
restart_ipsec() {
|
restart_ipsec() {
|
||||||
if grep -qs -E 'release (8|9)' /etc/oracle-release; then
|
if [ -f /etc/oracle-release ]; then
|
||||||
sleep 3
|
sleep 3
|
||||||
fi
|
fi
|
||||||
if ! command -v amazon-linux-extras; then
|
if ! command -v amazon-linux-extras; then
|
||||||
|
Loading…
Reference in New Issue
Block a user