Skip to content

Commit

Permalink
Try pgxn/pgxn-tools container
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Jul 12, 2023
1 parent 601006f commit 7f2dab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
pg: [15, 14, 13, 12, 11, 10]
name: PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: zilder/pg-ext-check
container: pgxn/pgxn-tools
steps:
# Install and run postgres
- run: pg-setup ${{ matrix.pg }}
- run: pg-start ${{ matrix.pg }}

# Install packages
- run: mkdir -p /usr/share/man/man1
Expand All @@ -33,7 +33,7 @@ jobs:
working-directory: ./test

# Build kafka_fdw and run tests
- run: build-check
- run: pg-build-test
env:
KAFKA_PRODUCER: "/kafka/bin/kafka-console-producer.sh"
KAFKA_TOPICS: "/kafka/bin/kafka-topics.sh"

0 comments on commit 7f2dab4

Please sign in to comment.