From 00bc98ba7be3886d194cf5e4b37a405169efa6b0 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Fri, 5 Apr 2024 14:52:10 +0200 Subject: [PATCH] Cleanup --- .github/workflows/postgresql-14-build.yml | 4 +--- .github/workflows/postgresql-15-build.yml | 4 +--- .github/workflows/postgresql-16-build.yml | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/postgresql-14-build.yml b/.github/workflows/postgresql-14-build.yml index c9164565..116b877f 100644 --- a/.github/workflows/postgresql-14-build.yml +++ b/.github/workflows/postgresql-14-build.yml @@ -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 diff --git a/.github/workflows/postgresql-15-build.yml b/.github/workflows/postgresql-15-build.yml index 3d0aa383..6b178a36 100644 --- a/.github/workflows/postgresql-15-build.yml +++ b/.github/workflows/postgresql-15-build.yml @@ -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 diff --git a/.github/workflows/postgresql-16-build.yml b/.github/workflows/postgresql-16-build.yml index 01072fc5..10aa76dc 100644 --- a/.github/workflows/postgresql-16-build.yml +++ b/.github/workflows/postgresql-16-build.yml @@ -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