Skip to content

Commit c1de2d9

Browse files
authored
Merge branch 'main' into aosipov/remove_iceberg_catalog_calls
2 parents 715401e + 8331b64 commit c1de2d9

42 files changed

Lines changed: 2490 additions & 325 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ name: unit-tests
2222
jobs:
2323
required:
2424
runs-on: ubuntu-latest
25+
services:
26+
postgres:
27+
image: postgres:latest
28+
env:
29+
POSTGRES_USER: dev
30+
POSTGRES_PASSWORD: dev
31+
POSTGRES_DB: dev
32+
ports:
33+
- 5432:5432
34+
options: >-
35+
--health-cmd "pg_isready -U dev"
36+
--health-interval 10s
37+
--health-timeout 5s
38+
--health-retries 5
2539
name: ubuntu / ${{ matrix.toolchain }}
2640
strategy:
2741
matrix:

0 commit comments

Comments
 (0)