mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
ls lemmy bin
This commit is contained in:
parent
6ff7debbdf
commit
a30199d879
1 changed files with 2 additions and 0 deletions
|
@ -75,10 +75,12 @@ steps:
|
|||
path: /dieselcli
|
||||
commands:
|
||||
- cargo build
|
||||
- ls -la target/debug/lemmy_server
|
||||
|
||||
- name: run federation tests
|
||||
image: node:15-alpine3.12
|
||||
commands:
|
||||
- ls -la target/debug/lemmy_server
|
||||
- apk add bash curl
|
||||
- cd api_tests/
|
||||
- sh prepare-drone-federation-test.sh
|
||||
|
|
Loading…
Reference in a new issue