Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed Apr 27, 2024
1 parent ea318cf commit ccc86e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,18 @@ jobs:
run: |
export $(dbus-launch)
- name: Echo
run: |
ls
- name: Run Tests
run: |
xvfb-run dbus-launch gnome-terminal -- bash -c "pytest tests -vv -rEPW -o pytest_collection_order=alphabetical --cache-clear --color=yes --html=pytest_results.html --self-contained-html"
- name: Echo
run: |
ls
- name: Check For Failures
if: always()
run: |
Expand Down

0 comments on commit ccc86e9

Please sign in to comment.