Skip to content

Commit

Permalink
Update ci-tests.yml
Browse files Browse the repository at this point in the history
adapt docker tag
  • Loading branch information
AmstlerStephan authored Jun 17, 2024
1 parent 1521903 commit 1cdef7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
context: .
push: false
load: true
tags: "genepi/umi-pipeline-nf"
tags: "genepi/umi-pipeline-nf/env"
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 }}

0 comments on commit 1cdef7b

Please sign in to comment.