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 ad01b11 commit f450d8c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ jobs:
# python setup.py install
# pip uninstall comtypes -y
# python test_pip_install.py
# - name: Register the OutProc COM server
# run: |
# tree /f
# ./server.exe /RegServer
- name: Register the OutProc COM server
run: |
./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
- name: Unregister the OutProc COM server
run: |
./server.exe /UnregServer

0 comments on commit f450d8c

Please sign in to comment.