ci: add bash to apk install for alpine runner
Backend Tests / test (push) Failing after 9s

This commit is contained in:
2026-06-25 00:38:04 +01:00
parent a27fc9205e
commit 2ecc9a798c
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
cache: false cache: false
- name: Install system deps - name: Install system deps
run: apk add --no-cache postgresql-client run: apk add --no-cache bash postgresql-client
- name: Wait for PostgreSQL - name: Wait for PostgreSQL
run: | run: |