Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Fix the test step in the GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloczi committed Oct 4, 2019
1 parent 70b5fd6 commit 5cd031a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
tar -cvf shasta-Ubuntu-18.04.tar shasta-Ubuntu-18.04
- name: Test-ubuntu-18.04
run: |
cd ..
pwd
ls
sudo apt install gzip
gunzip shasta/test/TinyTest.fasta.gz
shasta-build/shasta-install/bin/shasta --input shasta/test/TinyTest.fasta
Expand Down

0 comments on commit 5cd031a

Please sign in to comment.