From 5c7a0df7ff3caf08cb45736c46682bcf98479f85 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 2 May 2023 17:00:35 +0200 Subject: [PATCH] move mariadb test jobs to separate workflow file --- .github/workflows/test_mariadb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_mariadb.yml b/.github/workflows/test_mariadb.yml index 585ede680..925884cf5 100644 --- a/.github/workflows/test_mariadb.yml +++ b/.github/workflows/test_mariadb.yml @@ -27,6 +27,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + - name: MariaDB | Build 'test' image run: | docker build --target mariadb_server -t "gradido/mariadb:test" -f ./mariadb/Dockerfile ./