mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
dont use alpine for federation test
This commit is contained in:
parent
7717deda0e
commit
580e397525
@ -77,7 +77,7 @@ steps:
|
||||
- cargo build
|
||||
|
||||
- name: run federation tests
|
||||
image: node:15-alpine3.12
|
||||
image: node:15-buster-slim
|
||||
user: root
|
||||
commands:
|
||||
- apk add bash curl
|
||||
|
@ -18,6 +18,7 @@ ls -la ../target/
|
||||
ls -la ../target/debug/
|
||||
ls -la ../target/debug/lemmy_server
|
||||
|
||||
# TODO: i suppose this doesnt run because of libc or some deps missing
|
||||
echo "start alpha"
|
||||
LEMMY_HOSTNAME=lemmy-alpha:8541 \
|
||||
LEMMY_PORT=8541 \
|
||||
|
Loading…
Reference in New Issue
Block a user