From 2ecc9a798c7b7418c215a92e4b6d378ef07447b5 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 25 Jun 2026 00:38:04 +0100 Subject: [PATCH] ci: add bash to apk install for alpine runner --- .gitea/workflows/backend-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/backend-tests.yaml b/.gitea/workflows/backend-tests.yaml index 3d5687d..ed06f8b 100644 --- a/.gitea/workflows/backend-tests.yaml +++ b/.gitea/workflows/backend-tests.yaml @@ -34,7 +34,7 @@ jobs: cache: false - name: Install system deps - run: apk add --no-cache postgresql-client + run: apk add --no-cache bash postgresql-client - name: Wait for PostgreSQL run: |