Skip to content

Commit

Permalink
Fixes additional workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Dec 7, 2023
1 parent 148b901 commit 82dbcb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
run: |
python setup.py build
python setup.py install
- name: Test with pytest from dedicated branch
- name: Checkout pytest branch
uses: actions/checkout@v4
with:
ref: pytests
- name: Test with pytest from dedicated branch
run: |
# Create a clean UEDGE instance for every test
pytest --forked
pytest --forked --tb=native pytests/pytests

0 comments on commit 82dbcb7

Please sign in to comment.