mirror of https://github.com/LemmyNet/lemmy.git
install bash and curl
parent
200913f631
commit
94d6ceb4df
|
@ -58,7 +58,7 @@ steps:
|
||||||
- name: dieselcli
|
- name: dieselcli
|
||||||
path: /dieselcli
|
path: /dieselcli
|
||||||
commands:
|
commands:
|
||||||
- apt-get -y update
|
- apt-get update
|
||||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
- apt-get -y install --no-install-recommends espeak postgresql-client
|
||||||
- /dieselcli/diesel migration run
|
- /dieselcli/diesel migration run
|
||||||
- cargo test --workspace --no-fail-fast
|
- cargo test --workspace --no-fail-fast
|
||||||
|
@ -82,11 +82,10 @@ 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
|
- apt-get update
|
||||||
|
- apt-get -y install --no-install-recommends bash curl
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
- ls -la
|
|
||||||
- sh prepare-drone-federation-test.sh
|
- sh prepare-drone-federation-test.sh
|
||||||
- yarn
|
- yarn
|
||||||
- yarn api-test
|
- yarn api-test
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export LEMMY_JWT_SECRET=changeme
|
export LEMMY_JWT_SECRET=changeme
|
||||||
|
|
Loading…
Reference in New Issue