From fa2fa882592c279c70bfe91b794f0a63ee8e7d19 Mon Sep 17 00:00:00 2001 From: Paul Klauser Date: Mon, 3 Jun 2024 11:20:28 -0400 Subject: [PATCH] Report device test status back to PR --- .github/workflows/device-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/device-tests.yml b/.github/workflows/device-tests.yml index 2cab41d8..c5ea2f59 100644 --- a/.github/workflows/device-tests.yml +++ b/.github/workflows/device-tests.yml @@ -12,6 +12,7 @@ jobs: device-tests: runs-on: ubuntu-20.04 steps: + - uses: haya14busa/action-workflow_run-status@v1 - uses: actions/download-artifact@v4 with: run-id: ${{github.event.workflow_run.id }}