Skip to content

Commit

Permalink
test using existing release container
Browse files Browse the repository at this point in the history
  • Loading branch information
AmstlerStephan committed Jun 18, 2024
1 parent b60ab80 commit 09ab258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker
uses: docker/build-push-action@v5
with:
context: ./env
file: ./env/Dockerfile
push: false
load: true
tags: "genepi/umi-pipeline-nf"
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
run: nf-test test --ci --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
2 changes: 1 addition & 1 deletion env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python>=3.8
- medaka>=1.8.0
- minimap2=2.24-r1122
- minimap2=2.24
- samtools=1.15.1
- seqtk=1.3
- lofreq=2.1.5
Expand Down

0 comments on commit 09ab258

Please sign in to comment.