From 99f781f434b60ae717bf48b306702e415e072feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Tue, 19 Sep 2023 22:33:55 +0200 Subject: [PATCH] integration-test on ubuntu-20.04 --- .github/workflows/integration-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 602e9a35ff..490b563cef 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -30,7 +30,7 @@ jobs: integration-test-groups: name: Integration Tests (hybrid-net) group - runs-on: [goth] + runs-on: [goth, ubuntu-20.04] needs: test_check strategy: matrix: @@ -48,13 +48,13 @@ jobs: - name: Configure Python uses: actions/setup-python@v2 with: - python-version: "3.10.0" + python-version: "3.8.0" - name: Configure Poetry uses: Gr1N/setup-poetry@v8 with: - poetry-version: 1.2.2 - working-directory: "./goth_tests" + path: ~/.cache/pypoetry/virtualenvs + key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} - name: Install dependencies run: |