Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Aug 26, 2024
1 parent c31bf45 commit 5cd961d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
workspaces: pg-vectorize
# Additional directories to cache
cache-directories: /home/runner/.pgrx
- name: Install sys dependencies
run: |
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-16 libopenblas-dev libreadline-dev
- uses: ./.github/actions/pgx-init
with:
working-directory: ./extension
Expand All @@ -126,10 +129,7 @@ jobs:
${{ runner.os }}-bins-
- name: setup-tests
run: |
make trunk-dependencies
make setup.urls
make setup.shared_preload_libraries
rm -rf ./target/pgrx-test-data-* || true
make setup
- name: unit-test
run: |
make test-unit
Expand Down

0 comments on commit 5cd961d

Please sign in to comment.