mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
run test script
This commit is contained in:
parent
0e364a4efe
commit
eb06bbfef7
|
@ -1,11 +1,12 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
workspace:
|
||||
path: /drone/src/docker/travis
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: compose:alpine-1.27.4
|
||||
commands:
|
||||
- ls -la /
|
||||
- ls -la .
|
||||
- docker-compose up -f /drone/src/docker-compose.yaml
|
||||
- ./run-tests.bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue