Skip to content

Commit

Permalink
Update pyside6.yml - run tests directly
Browse files Browse the repository at this point in the history
  • Loading branch information
zoshua authored Mar 1, 2024
1 parent e23780c commit f9b4ca1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,20 @@ jobs:
run: |
python3.10 -m pip install PySide6 nose2 nosepipe six packaging setuptools wheel
- name: Set entrypoint.sh script permissions
- name: Testing implementation..
run: |
chmod +x ./entrypoint.sh
python3.10 -u run_tests.py
- name: Run tests from entrypoint.sh
- name: Building caveats..
run: |
PYTHON=3.10 ./entrypoint.sh
python3.10 -u build_caveats.py
- name: Testing caveats..
run: |
python3.10 -m nose2 --verbose test_caveats
- name: Testing examples..
run: |
cd examples
python3.10 -m nose2 --verbose
cd ..

0 comments on commit f9b4ca1

Please sign in to comment.