Update test.yml

update mariadb to action stucture
This commit is contained in:
einhornimmond 2021-05-21 17:01:41 +02:00 committed by GitHub
parent 111f534213
commit de992e365f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,15 +224,10 @@ jobs:
needs: [build_test_login_server]
services:
mariadb:
build:
context: .
dockerfile: ./mariadb/Dockerfile
target: mariadb_server_test
environment:
- MARIADB_ALLOW_EMPTY_PASSWORD=1
- MARIADB_USER=root
networks:
- internal-net
image: gradido/mariadb:test
env:
MARIADB_ALLOW_EMPTY_PASSWORD: 1
MARIADB_USER: root
ports:
- 3306:3306
volumes:
@ -274,4 +269,4 @@ jobs:
# GN_INSTANCE_FOLDER: /tmp/gradio-node-instance
# GN_CONTAINER_NAME: gradido-node-build
# run: docker run gradido-node-test
# timeout-minutes: 2
# timeout-minutes: 2