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