Skip to content

Commit

Permalink
chore: upload test video as test artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed May 11, 2024
1 parent a7ce6b4 commit 709793a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
- name: Install Packages
run: yarn ui-test
- uses: actions/upload-artifact@v4
with: ui-test.*
with:
path: ui-test.gif
id: artifact-upload-step
- run: echo '![test](${{ steps.artifact-upload-step.outputs.artifact-url }})' >> $GITHUB_STEP_SUMMARY

0 comments on commit 709793a

Please sign in to comment.