mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
move mariadb test jobs to separate workflow file
This commit is contained in:
parent
583b2f5d8f
commit
5c7a0df7ff
1
.github/workflows/test_mariadb.yml
vendored
1
.github/workflows/test_mariadb.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: MariaDB | Build 'test' image
|
- name: MariaDB | Build 'test' image
|
||||||
run: |
|
run: |
|
||||||
docker build --target mariadb_server -t "gradido/mariadb:test" -f ./mariadb/Dockerfile ./
|
docker build --target mariadb_server -t "gradido/mariadb:test" -f ./mariadb/Dockerfile ./
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user