Skip to content

Commit

Permalink
Update pyside6.yml - Testing examples step
Browse files Browse the repository at this point in the history
Specifying Testing examples directly per nose2
  • Loading branch information
zoshua authored Mar 1, 2024
1 parent f9b4ca1 commit 6d6f955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
- name: Testing examples..
run: |
cd examples
python3.10 -m nose2 --verbose
python3.10 -m nose2 --verbose loadUi.baseinstance1
python3.10 -m nose2 --verbose loadUi.baseinstance2
python3.10 -m nose2 --verbose QtSiteConfig.main
cd ..

0 comments on commit 6d6f955

Please sign in to comment.