try database migration up and reset

remove unfunctional gd docker compose parts
This commit is contained in:
Ulf Gebhardt 2021-08-23 15:00:36 +02:00
parent 793b9d7c3c
commit 43b1866c37
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -448,17 +448,15 @@ jobs:
min_coverage: 14
token: ${{ github.token }}
#test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Build the stack
# run: |
# git submodule update --init --recursive
# docker-compose up -d
# - name: Test
# env:
# GN_INSTANCE_FOLDER: /tmp/gradio-node-instance
# GN_CONTAINER_NAME: gradido-node-build
# run: docker run gradido-node-test
# timeout-minutes: 2
##########################################################################
# DATABASE MIGRATION TEST UP + RESET #####################################
##########################################################################
database_migration_test:
name: Database Migration Test - Up + Reset
runs-on: ubuntu-latest
#needs: [nothing]
steps:
- name: database | docker-compose - up
run: docker-compose -f docker-compose.yml up --detach database
- name: database | reset
run: docker-compose exec -T database yarn reset