ci: use sh default shell for alpine runner
Backend Tests / test (push) Failing after 1m18s

This commit is contained in:
2026-06-25 00:40:02 +01:00
parent 2ecc9a798c
commit 7624047a95
+4 -1
View File
@@ -10,6 +10,9 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
shell: sh
services: services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
@@ -34,7 +37,7 @@ jobs:
cache: false cache: false
- name: Install system deps - name: Install system deps
run: apk add --no-cache bash postgresql-client run: apk add --no-cache postgresql-client
- name: Wait for PostgreSQL - name: Wait for PostgreSQL
run: | run: |