do not setup cypress that seems just to start the processes

This commit is contained in:
Ulf Gebhardt 2021-03-19 20:30:49 +01:00
parent 962327f0b3
commit a8bbbf4921
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -319,8 +319,6 @@ jobs:
- name: backend | docker-compose
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --detach --no-deps webapp neo4j backend
- name: cypress | Fullstack tests
#run: docker run --rm ocelotsocialnetwork/webapp:build yarn run test
run: |
yarn install
yarn run cypress:setup
yarn run cypress:run