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"