From 5db78816ac24e7550d5e2501e6eeff6016ac77f7 Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Wed, 12 Jul 2023 09:08:12 +0200 Subject: [PATCH] Move pg integration tests to self-hosted runner --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 906c4274..12e5909e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,7 @@ jobs: pg_version: [13, 14, 15] name: Tests (Unit / Int) - PG ${{ matrix.pg_version }} - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out code into the Go module directory uses: actions/checkout@v3