mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
18 lines
358 B
YAML
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
|