This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user