Skip to content

Commit

Permalink
fix: test using the NO_CLUSTER variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Feb 6, 2024
1 parent ee8d402 commit 13d4780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- run: pg-start ${{ matrix.pg }}
- run: NO_CLUSTER=1 pg-start ${{ matrix.pg }}
- uses: actions/checkout@v4
- run: chown -R postgres:postgres .
- run: gosu postgres pg-build-test

0 comments on commit 13d4780

Please sign in to comment.