Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 24, 2024
1 parent 466ea8e commit cee3306
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
services:
medico-db:
image: postgres:16
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: prisma_cleaner
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v4
Expand All @@ -21,4 +34,5 @@ jobs:
npm ci
npm install @rollup/rollup-linux-x64-gnu
npm run lint
npm run test:prepare
npm run test

0 comments on commit cee3306

Please sign in to comment.