From 3499dd4f5666605b4a893bc54890ca6d547f1799 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:25:52 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27d0ac45..53162f5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,5 +48,8 @@ jobs: echo "App failed to start" exit 1 - - name: Build Docker image + - name: Build Docker image sqlite run: make build + + - name: Build Docker image pg + run: make build-pg