Skip to content

Commit

Permalink
integration-test on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Sep 20, 2023
1 parent 2cbf00c commit 99f781f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 99f781f

Please sign in to comment.