use apk add, remove diesel migrate from test.sh

pull/1335/head
Felix Ableitner 2020-12-11 15:56:20 +01:00
parent a56db9a47c
commit d859844fea
2 changed files with 3 additions and 4 deletions

View File

@ -49,8 +49,7 @@ steps:
- name: run federation tests - name: run federation tests
image: node:15-alpine3.12 image: node:15-alpine3.12
commands: commands:
- apt-get update - apk add bash curl postgresql-client
- apt-get -y install --no-install-recommends bash curl postgresql-client
- bash api_tests/prepare-drone-federation-test.sh - bash api_tests/prepare-drone-federation-test.sh
- cd api_tests/ - cd api_tests/
- yarn - yarn

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy set -e
diesel migration run
export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
# Integration tests only work on stable due to a bug in config-rs # Integration tests only work on stable due to a bug in config-rs
# https://github.com/mehcode/config-rs/issues/158 # https://github.com/mehcode/config-rs/issues/158