Skip to content

Commit

Permalink
Fix ambiguous argument 'origin/master...HEAD'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun committed Oct 13, 2023
1 parent 3c68c8d commit 7f109e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/GithubActionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate bioconda
git fetch origin master:refs/remotes/origin/master
if git diff --name-only origin/master...HEAD | grep -vE ^docs; then
py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}'
else
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate bioconda
git fetch origin master:refs/remotes/origin/master
if git diff --name-only origin/master...HEAD | grep -vE ^docs; then
py.test --durations=0 test/ -v --log-level=DEBUG -k "not docker" --tb=native
else
Expand Down

0 comments on commit 7f109e2

Please sign in to comment.