Skip to content

Commit

Permalink
testing Path beh
Browse files Browse the repository at this point in the history
  • Loading branch information
vklonin committed Mar 12, 2024
1 parent 16513a8 commit d9ef025
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/jdi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
pytest -v --cov=. --cov-config=.coveragerc --cov-report=html -m unit
shell: cmd
- name: Run tests excluding unit tests
run: |
pytest -v -m "not unit"
shell: cmd
- name: Save debug log file
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion utils/get_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ def compose_download_link(build) -> str:


if __name__ == "__main__":
release = get_last_release("87.0.4280")
release = get_last_release()
download_link = compose_download_link(build=release)
download_driver(download_link)

0 comments on commit d9ef025

Please sign in to comment.