mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
try to run as root
This commit is contained in:
parent
a30199d879
commit
fadb2b46f5
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ steps:
|
|||
|
||||
- name: run federation tests
|
||||
image: node:15-alpine3.12
|
||||
user: root
|
||||
commands:
|
||||
- ls -la target/debug/lemmy_server
|
||||
- apk add bash curl
|
||||
|
|
Loading…
Reference in a new issue