From db518e1f52090943b42d233637d4f95c1116766c Mon Sep 17 00:00:00 2001 From: David Christensen Date: Tue, 6 Feb 2024 13:33:00 -0600 Subject: [PATCH] fix: test no variable being set --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f84f6..378abab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: container: pgxn/pgxn-tools steps: - run: pg-start ${{ matrix.pg }} - env: - NO_CLUSTER: 1 - uses: actions/checkout@v4 - run: chown -R postgres:postgres . - run: gosu postgres pg-build-test