Skip to content

Commit

Permalink
don't run test in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Mar 23, 2021
1 parent 4af87a3 commit 3ebdb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pgge
- name: Run a test on the DRB1-3123 dataset
run: docker run -it -v ${PWD}/data/:/data pgge "pgge -g "/data/HLA/DRB1-3123/*.consensus*.gfa" -f /data/HLA/DRB1-3123/DRB1-3123.fa -r /scripts/beehave.R -t 2 -o /data/HLA/DRB1-3123/pgge_docker -l 1000 -s 1000 -p 100"
run: docker run -v ${PWD}/data/:/data pgge "pgge -g "/data/HLA/DRB1-3123/*.consensus*.gfa" -f /data/HLA/DRB1-3123/DRB1-3123.fa -r /scripts/beehave.R -t 2 -o /data/HLA/DRB1-3123/pgge_docker -l 1000 -s 1000 -p 100"

0 comments on commit 3ebdb35

Please sign in to comment.