docker compose does not work out of the box with ci. Therefore this is for another PR

This commit is contained in:
Ulf Gebhardt 2021-01-23 02:03:01 +01:00
parent 124ab5e31f
commit 210e09a12a
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -54,10 +54,10 @@ jobs:
run: docker run --rm ocelotsocialnetwork/backend:build yarn run lint
# Unit Tests
- name: backend | Unit tests
run: |
docker-compose up
docker-compose exec backend yarn test
#- name: backend | Unit tests
# run: |
# docker-compose up
# docker-compose exec backend yarn test
##########################################################################
# WEBAPP #################################################################