Fixed placing of services for mariadb container
This commit is contained in:
parent
60354ba372
commit
7b86d0b2ec
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build_docker_images.yml
vendored
14
.github/workflows/build_docker_images.yml
vendored
|
@ -1,10 +1,3 @@
|
|||
services:
|
||||
mysql:
|
||||
image: mysql:8
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: somePW
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
|
||||
name: latest
|
||||
|
||||
on:
|
||||
|
@ -25,6 +18,13 @@ jobs:
|
|||
# run: mvn clean test
|
||||
# env:
|
||||
# SERVER_PWD: somePW
|
||||
# services:
|
||||
# seb-server-mariadb:
|
||||
# image: mariadb:10
|
||||
# env:
|
||||
# MYSQL_ROOT_PASSWORD: somePW
|
||||
# MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue