Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed May 23, 2024
1 parent d0f24a1 commit d17395e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
- name: Build out of process COM-server for testing
run: |
pipenv run python -c "from pathlib import Path;print(Path.cwd())"
cd source/OutProcSrv
nmake /f Makefile
./server.exe /RegServer
cd ../../
pipenv run python -c "from pathlib import Path;print(Path.cwd())"
- name: unittest comtypes
run: |
pipenv run python -c "from pathlib import Path;print(Path.cwd())"
python -m unittest discover -v -s ./comtypes/test -t comtypes\test
- name: Unregister COM Server
run: |
cd source/OutProcSrv
pipenv run python -c "from pathlib import Path;print(Path.cwd())"
./server.exe /UnregServer
cd ../../

0 comments on commit d17395e

Please sign in to comment.