mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try database migration up and reset
remove unfunctional gd docker compose parts
This commit is contained in:
parent
793b9d7c3c
commit
43b1866c37
26
.github/workflows/test.yml
vendored
26
.github/workflows/test.yml
vendored
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user