Files
love/.github/workflows/testsuite.yml
T
2023-11-14 18:15:37 +00:00

18 lines
358 B
YAML

name: testsuite
on:
workflow_run:
workflows: ["continuous-integration"]
types:
- completed
jobs:
macos-latest:
runs-on: macos-latest
steps:
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success