Skip to content

Commit

Permalink
Merge pull request #73 from VallariAg/fix-unit-test
Browse files Browse the repository at this point in the history
.github/workflows/unit_tests.yaml: run in path /teuthology_api
Reviewed-by: Kamoltat Sirivadhna <[email protected]>
  • Loading branch information
kamoltat authored Nov 22, 2024
2 parents 4660f3c + cd6d7bd commit c8d9d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
python: "3.10"
steps:
- uses: actions/checkout@v4
with:
path: teuthology_api
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -21,3 +23,4 @@ jobs:
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py
working-directory: teuthology_api

0 comments on commit c8d9d1b

Please sign in to comment.