add test target as job input
All checks were successful
Tests / test (pull_request) Successful in 16s

This commit is contained in:
Dan Anglin 2024-08-17 18:17:44 +01:00
parent 91c2ffeb93
commit 2aa49b2b2e
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
--- ---
name: "Enbas Mage Target" name: "Enbas Mage Action"
description: "Runs a mage target for the Enbas project" description: "Runs a mage target in the Enbas project"
inputs: inputs:
target: target:

View file

@ -16,6 +16,8 @@ jobs:
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
- name: Test - name: Test
uses: ./.forgejo/actions/mage uses: ./.forgejo/actions/mage
with:
target: test
env: env:
ENBAS_TEST_VERBOSE: "1" ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1" ENBAS_TEST_COVER: "1"