mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
it is required to check out the code obviously
This commit is contained in:
parent
43b1866c37
commit
7622681be1
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user