Skip to content

Commit

Permalink
update actions for screenshottert
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Jul 28, 2024
1 parent 88f6815 commit 473f297
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ jobs:
uses: coactions/setup-xvfb@v1
with:
run: cargo test --verbose
- name: Run screenshot tool
uses: coactions/setup-xvfb@v1
with:
run: cd doc/screenshotter; cargo run
- name: Upload screenshots
uses: actions/upload-artifact@v4
with:
name: test.png
path: doc/screenshotter/test.png

0 comments on commit 473f297

Please sign in to comment.