Skip to content

Commit

Permalink
Only compilation macos, disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Nov 25, 2023
1 parent d225458 commit 3e66f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
sudo make install
- name: Install pgTAP
if: false
run: |
git clone https://github.com/theory/pgtap.git pgTapExtension
cd pgTapExtension
Expand All @@ -74,6 +75,7 @@ jobs:
sudo ln -s /usr/local/Cellar/perl/5.32.1_1/bin/pg_prove symlink it into /usr/local/bin
- name: Test
if: false
run: |
export PATH=/usr/local/Cellar/perl/$(perl -e 'print substr($^V, 1)')/bin:$PATH
pg_ctl -D /usr/local/var/postgres start
Expand Down

0 comments on commit 3e66f5e

Please sign in to comment.