Skip to content

Commit d480118

Browse files
authored
Update ci.yml
add debugging of path issue
1 parent 55f1a91 commit d480118

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
export PATH=$PWD/bin:$PWD/ncbi-blast-2.16.0+/bin:$PATH >> $GITHUB_ENV
3333
- name: Test
3434
run: |
35+
ls
36+
pwd
37+
ls bin
38+
echo $PATH
3539
abricate --setupdb
3640
abricate --version
3741
abricate --help

0 commit comments

Comments
 (0)