From 572d0b6f5309565339ba146567b138d42efb6196 Mon Sep 17 00:00:00 2001 From: Panagiotis Georgakopoulos Date: Tue, 19 Sep 2023 01:46:02 +0300 Subject: [PATCH] tweak ci --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5e6f2bf7..a22c5b43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,23 +41,28 @@ jobs: version: "1.6" arch: x64 postgresql-version: latest + nonblocking: "false" # Add older supported PostgreSQL Versions - os: ubuntu-latest version: 1 arch: x64 postgresql-version: '13' + nonblocking: "false" - os: ubuntu-latest version: 1 arch: x64 postgresql-version: '12' + nonblocking: "false" - os: ubuntu-latest version: 1 arch: x64 postgresql-version: '11' + nonblocking: "false" - os: ubuntu-latest version: 1 arch: x64 postgresql-version: '10' + nonblocking: "false" - os: ubuntu-latest version: 1 arch: x64 @@ -78,11 +83,6 @@ jobs: arch: x64 postgresql-version: latest nonblocking: "true" - - os: ubuntu-latest - version: 1 - arch: x64 - postgresql-version: latest - nonblocking: "true" steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1