Skip to content

Commit

Permalink
Add bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed May 12, 2021
1 parent 60fc1b6 commit 1e9e2a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
fetch-depth: 0
- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:
Expand All @@ -26,3 +26,6 @@ jobs:
run: python -m pip install .
- name: Run
run: python test.py
- run: cp test.py test_.py
- name: Bisect
run: git bisect start && git bisect bad && git bisect good v2.0.3 && git bisect run bash -x -c 'PYTHONPATH=src python test_.py | grep FileModifiedEvent'

0 comments on commit 1e9e2a4

Please sign in to comment.