Skip to content

Commit

Permalink
Update autotest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored May 24, 2024
1 parent f450d8c commit 8127537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
# python test_pip_install.py
- name: Register the OutProc COM server
run: |
./server.exe /RegServer
server.exe /RegServer
# - name: unittest comtypes
# run: |
# python -m unittest discover -v -s ./comtypes/test -t comtypes\test
- name: Unregister the OutProc COM server
run: |
./server.exe /UnregServer
server.exe /UnregServer

0 comments on commit 8127537

Please sign in to comment.