Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonggehua committed Nov 20, 2019
1 parent 2771c92 commit 96b59f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
max-parallel: 2
matrix:
#os: [windows-latest]
os: [macOS-latest]
os: [windows-latest]
#os: [macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.6
Expand All @@ -36,6 +36,8 @@ jobs:
run: sudo chmod +x "./virtualscanner/coms/coms_ui/firefox_driver/geckodriver_mac"
- name: Test (WIP - GUI test)
run: python "./virtualscanner/coms/coms_ui/GUI_utest.py"
- name: Test (backend unittests)
run: python -m unittest discover -p "utest*.py"
# - name: Test (WIP - GUI with unittest?)
#run: python -m unittest discover -p "utest_GUI.py"
#run: python -m unittest
Expand Down

0 comments on commit 96b59f1

Please sign in to comment.