test(tray): add system tray tests (#4221)

This commit is contained in:
Dave Lane
2026-07-29 20:30:43 -04:00
committed by GitHub
parent 3893c5bcda
commit 0784774fec
16 changed files with 652 additions and 41 deletions

View File

@@ -0,0 +1,23 @@
---
name: Publish Screenshots
on:
workflow_run:
workflows: ["CI"]
types:
- completed
permissions: {}
jobs:
publish:
if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure'
permissions:
actions: read
contents: write
pull-requests: write
statuses: write
uses: LizardByte/tray/.github/workflows/_publish-screenshots.yml@master
with:
artifact-name-prefix: sunshine-screenshots-
source-run-id: ${{ github.event.workflow_run.id }}