mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +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
|
- name: run federation tests
|
||||||
image: node:15-alpine3.12
|
image: node:15-alpine3.12
|
||||||
|
user: root
|
||||||
commands:
|
commands:
|
||||||
- ls -la target/debug/lemmy_server
|
- ls -la target/debug/lemmy_server
|
||||||
- apk add bash curl
|
- apk add bash curl
|
||||||
|
|
Loading…
Reference in a new issue