Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand All @@ -35,6 +34,10 @@ jobs:
- types
- stamps
- geotypes
- inflection-db
- object-store
- object-tree
- partman

env:
PGHOST: localhost
Expand Down Expand Up @@ -112,9 +115,6 @@ jobs:
- name: Tune Postgres for CI (disable durability)
run: pgpm tune --yes

- name: Build
run: pnpm -r build

- name: Seed pg and app_user
run: |
pgpm admin-users bootstrap --yes
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
- name: Tune Postgres for CI (disable durability)
run: pgpm tune --yes

- name: Build
run: pnpm -r build

- name: Seed pg users
run: |
pgpm admin-users bootstrap --yes
Expand Down
Loading