Skip to content

Commit

Permalink
remove docker initiation
Browse files Browse the repository at this point in the history
  • Loading branch information
AmstlerStephan committed Jun 18, 2024
1 parent 09ab258 commit 42f2b4b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 42f2b4b

Please sign in to comment.