Skip to content

Commit

Permalink
Fix test for db mock
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil-codecov committed Feb 26, 2024
1 parent 00c37ac commit fade8a1
Show file tree
Hide file tree
Showing 10 changed files with 2,141 additions and 1,118 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,9 @@ env:
PUBLIC_KEY_FILE: thebeast/data/pub.key

jobs:
container-job:
build-test:
runs-on: ubuntu-latest

services:
postgres:
image: postgres:latest
env:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_DB: rm
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
Expand Down
Loading

0 comments on commit fade8a1

Please sign in to comment.