Skip to content

Commit

Permalink
fixup! ci: add GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apotterri committed Mar 16, 2024
1 parent 41046ca commit dfda4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python -m pip install --upgrade pip setuptools
pip install tox
- name: Test
shell: bash
run: |
tox -e ${{ matrix.tox_env }} -- pytest -svv -k test_fastapi
1 change: 1 addition & 0 deletions _appmap/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def __init__(self, info: ServerInfo, controldir, xprocess):
# In the meantime, pass the desired directory to server_runner, which
# will handle changing the working directory.
self._args = [
"bash",
(Path(__file__).parent / "bin" / "server_runner").as_posix(),
(Path(__file__).parent / "data" / info.name).as_posix(),
f"{Path(sys.executable).as_posix()} {info.cmd}",
Expand Down

0 comments on commit dfda4c2

Please sign in to comment.