Skip to content

Commit

Permalink
Merge pull request #9 from thedropbears/make_tests_not_forked
Browse files Browse the repository at this point in the history
remove forked run option from ci while its broken
  • Loading branch information
LucienMorey authored Jan 8, 2024
2 parents b15601a + 18b3dd9 commit 6b11dc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install coverage pytest-forked pytest-github-actions-annotate-failures
- run: python robot.py test -- -v --forked
pip install coverage pytest-github-actions-annotate-failures
- run: python robot.py coverage test -- -v
- uses: codecov/codecov-action@v3

Expand Down

0 comments on commit 6b11dc8

Please sign in to comment.