mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-05-13 10:54:36 +00:00
Run tests with sudo
to be able to access /dev/kvm
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
7b561efed8
commit
3a22134226
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@ -66,4 +66,5 @@ jobs:
|
||||
insecure = true
|
||||
EOF
|
||||
|
||||
./scripts/e2e-tests.sh
|
||||
# We run with sudo to be able to access /dev/kvm
|
||||
sudo -E ./scripts/e2e-tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user