Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored May 29, 2024
1 parent 3963f26 commit 056613c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,21 @@ jobs:

- name: Install nf-test
run: |
wget -qO- https://code.askimed.com/install/nf-test | bash
wget -qO- https://code.askimed.com/install/nf-test | bash -s 0.9.0-rc2
sudo mv nf-test /usr/local/bin/
- name: Build Docker
run: docker build -t genepi/mtdna-server-2 .
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker
uses: docker/build-push-action@v5
with:
context: .
push: false
load: true
tags: "genepi/mtdna-server-2"
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Run Tests
run: nf-test test

0 comments on commit 056613c

Please sign in to comment.