From d0c13d4ed50d2a43a2b8b8d8ee3f5d93cb7fcb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 18 Dec 2024 15:54:09 -0500 Subject: [PATCH] github: Cleanup testsuite action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/actions/testsuite/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/testsuite/action.yml b/.github/actions/testsuite/action.yml index b013a637..d462201f 100644 --- a/.github/actions/testsuite/action.yml +++ b/.github/actions/testsuite/action.yml @@ -1,12 +1,13 @@ name: Test suite description: Runs the testsuite inputs: + compiler: + required: true fuse: required: true os: required: true - compiler: - required: true + runs: using: "composite" steps: