Skip to content

Commit 75dd4c6

Browse files
authored
Update ci.yml
Add path export within test run
1 parent d480118 commit 75dd4c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ 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
35+
export PATH=$PWD/bin:$PWD/ncbi-blast-2.16.0+/bin:$PATH
3936
abricate --setupdb
4037
abricate --version
4138
abricate --help

0 commit comments

Comments
 (0)