Skip to content

Commit

Permalink
Simplify docker test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 11, 2024
1 parent a96d1e7 commit d46d80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:

- name: Run test
run: |
docker run --volume "$PWD:$PWD" --volume "$PWD/output:/workspaces/CFEIntact" --rm cfeintact check --subtype B "$PWD/tests/data-small.fasta"
test -f "$PWD/output/defects.csv"
docker run --volume "/home:/home" --workdir "$PWD" --rm cfeintact check --subtype B "tests/data-small.fasta"
test -f "defects.csv"
linter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d46d80f

Please sign in to comment.