Skip to content

Commit

Permalink
Only preserve back-end automatic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonggehua committed Nov 20, 2019
1 parent 96b59f1 commit 32bf3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
os: [windows-latest]
os: [windows-latest, macOS-latest]
#os: [macOS-latest]
steps:
- uses: actions/checkout@v1
Expand All @@ -34,8 +34,8 @@ jobs:
- name: Enable macOS Firefox driver
if: matrix.os == 'macOS-latest'
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 (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?)
Expand Down

0 comments on commit 32bf3e2

Please sign in to comment.