fixing workflows

This commit is contained in:
Pauls Jakovels 2021-03-04 14:17:42 +02:00
parent 0396f334d1
commit 6ef416ba86

View File

@ -8,6 +8,9 @@ jobs:
- name: Build the stack
run: docker-compose up -d
- name: Test
env:
GN_INSTANCE_FOLDER: /tmp
GN_CONTAINER_NAME: gradido-node-build
run: docker run gradido-node-test
timeout-minutes: 2