Debugging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-13 23:57:53 +01:00
parent a72d742c25
commit 9890f33e30

View File

@ -6,9 +6,11 @@ steps:
- name: Tests - name: Tests
image: docker/compose:1.29.2 image: docker/compose:1.29.2
commands: commands:
- docker-compose run --rm db-migrations # - docker-compose run --rm db-migrations
- docker-compose up -d # - docker-compose up -d
- docker-compose run --rm tests # - docker-compose run --rm tests
- pwd
- ls -l
volumes: volumes:
- name: docker-sock - name: docker-sock
path: /var/run/docker.sock path: /var/run/docker.sock