Skip to content

Commit

Permalink
🔧 run absolute paths in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Jan 22, 2024
1 parent 4e041a1 commit 8a6be85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
nextflow run main.nf -profile cloud \
--tumor TEST \
--tumorBam tests/data/tumor.bam \
--refGenome tests/data/reference.fasta \
--tumorBam `pwd`/tests/data/tumor.bam \
--refGenome `pwd`/tests/data/reference.fasta \
--outdir /app/results
- name: Check result
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ sh tests/run_test.sh
docker buildx create --name papaemmelab-builder --use

# Build the image
docker buildx build --platform linux/amd64,linux/arm64 -t papaemmelab/purple:latest . --push
docker buildx build --platform linux/amd64,linux/arm64 -t papaemmelab/purple:v0.1.0 . --push
```

0 comments on commit 8a6be85

Please sign in to comment.