mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - do not run as root
This commit is contained in:
parent
de8cee491a
commit
16573a397e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
|
@ -370,7 +370,7 @@ jobs:
|
|||
|
||||
# Run tests
|
||||
- name: Run Docker tests
|
||||
run: sudo ./tests/main.py "docker"
|
||||
run: ./tests/main.py "docker"
|
||||
- name: Temp stop tests
|
||||
run: exit 1
|
||||
- name: Run autoconf tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue