it is required to check out the code obviously

This commit is contained in:
Ulf Gebhardt 2021-08-23 15:05:12 +02:00
parent 43b1866c37
commit 7622681be1
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -456,6 +456,14 @@ jobs:
runs-on: ubuntu-latest
#needs: [nothing]
steps:
##########################################################################
# CHECKOUT CODE ##########################################################
##########################################################################
- name: Checkout code
uses: actions/checkout@v2
##########################################################################
# DOCKER COMPOSE DATABASE UP + RESET #####################################
##########################################################################
- name: database | docker-compose - up
run: docker-compose -f docker-compose.yml up --detach database
- name: database | reset