Skip to content

Commit

Permalink
temporarily run on gh hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Sep 13, 2023
1 parent 182f248 commit b9042f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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
Expand Down

0 comments on commit b9042f6

Please sign in to comment.