From 42f2b4bd7b0d604e01e8bb1922a3f6a024f6d966 Mon Sep 17 00:00:00 2001 From: AmstlerStephan Date: Tue, 18 Jun 2024 15:47:09 +0200 Subject: [PATCH] remove docker initiation --- .github/workflows/ci-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d3223e4..3e048b5 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -31,9 +31,5 @@ jobs: wget -qO- get.nf-test.com | bash -s 0.9.0-rc2 sudo mv nf-test /usr/local/bin/ - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }}) - run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} --container quay.io/genepi/umi-pipeline-nf:v0.2.1 + run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}