mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update test.yml
update mariadb to action stucture
This commit is contained in:
parent
111f534213
commit
de992e365f
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user