Skip to content

Commit

Permalink
Merge ee396aa into a47ccd5
Browse files Browse the repository at this point in the history
  • Loading branch information
FillBk committed Apr 16, 2024
2 parents a47ccd5 + ee396aa commit 8ae7d06
Show file tree
Hide file tree
Showing 17 changed files with 4,660 additions and 599 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
# see: https://github.com/ymyzk/tox-gh-actions
- name: Run tests
run: tox
- name: Failed tests
if: failure()
uses: actions/upload-artifact@v3
with:
name: screenshots
path: screenshots/**

- name: Stop Xvfb
if: matrix.os == 'ubuntu-22.04'
Expand Down
Loading

0 comments on commit 8ae7d06

Please sign in to comment.