diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5320de87..bc3e3a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: jobs: test: runs-on: ubuntu-latest - continue-on-error: true strategy: fail-fast: false matrix: @@ -35,6 +34,10 @@ jobs: - types - stamps - geotypes + - inflection-db + - object-store + - object-tree + - partman env: PGHOST: localhost @@ -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 diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 74d3b28b..42258446 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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