From 2aa49b2b2e4849640790134af3bb31d2ff03f876 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 17 Aug 2024 18:17:44 +0100 Subject: [PATCH] add test target as job input --- .forgejo/actions/mage/action.yaml | 4 ++-- .forgejo/workflows/Tests.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/mage/action.yaml b/.forgejo/actions/mage/action.yaml index fbb028b..a2ca49b 100644 --- a/.forgejo/actions/mage/action.yaml +++ b/.forgejo/actions/mage/action.yaml @@ -1,6 +1,6 @@ --- -name: "Enbas Mage Target" -description: "Runs a mage target for the Enbas project" +name: "Enbas Mage Action" +description: "Runs a mage target in the Enbas project" inputs: target: diff --git a/.forgejo/workflows/Tests.yaml b/.forgejo/workflows/Tests.yaml index 24bed97..efc41e6 100644 --- a/.forgejo/workflows/Tests.yaml +++ b/.forgejo/workflows/Tests.yaml @@ -16,6 +16,8 @@ jobs: uses: https://code.forgejo.org/actions/checkout@v4 - name: Test uses: ./.forgejo/actions/mage + with: + target: test env: ENBAS_TEST_VERBOSE: "1" ENBAS_TEST_COVER: "1"