Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Apr 5, 2024
1 parent 8c06747 commit 00bc98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/postgresql-14-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ jobs:
retention-days: 3

- name: Start Server installcheck-world tests
run: |
export PATH="/usr/lib/postgresql/14/bin:$PATH"
make installcheck-world
run: make installcheck-world

- name: Report on installcheck-world test suites fail
uses: actions/upload-artifact@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/postgresql-15-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ jobs:
retention-days: 3

- name: Start Server installcheck-world tests
run: |
export PATH="/usr/lib/postgresql/15/bin:$PATH"
make installcheck-world
run: make installcheck-world

- name: Report on installcheck-world test suites fail
uses: actions/upload-artifact@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/postgresql-16-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ jobs:
retention-days: 3

- name: Start Server installcheck-world tests
run: |
export PATH="/usr/lib/postgresql/16/bin:$PATH"
make installcheck-world
run: make installcheck-world

- name: Report on installcheck-world test suites fail
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 00bc98b

Please sign in to comment.