diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 675d267c..a1519777 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -74,7 +74,8 @@ jobs: mask-password: 'false' test: - runs-on: [ "self-hosted", "linux", "x64", "ubuntu-latest" ] +# runs-on: [ "self-hosted", "linux", "x64", "ubuntu-latest" ] + runs-on: ubuntu-latest needs: [setup] container: image: 890888997283.dkr.ecr.eu-north-1.amazonaws.com/pixelator:${{ github.event.inputs.container-tag || 'latest-dev' }} @@ -86,7 +87,8 @@ jobs: strategy: fail-fast: false matrix: - test: [ "small", "single-cell", "tissue" ] + test: [ "small" ] +# test: [ "small", "single-cell", "tissue" ] steps: - name: Install poetry