diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51db3c6b..c242102e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -101,8 +101,9 @@ jobs: - name: Run Tests run: | mkdir $SCREENSHOT_DIR - pytest tests examples -v \ - --junitxml pytest.xml \ + pytest tests -v \ + --junitxml pytest.xml + pytest examples -v shell: bash - name: Upload Screenshots uses: actions/upload-artifact@v2