enbas/.forgejo/actions/tests/action.yaml
Dan Anglin cdcca4cff6
All checks were successful
Tests / test (pull_request) Successful in 22s
add our first unit test
2024-08-17 17:40:17 +01:00

10 lines
206 B
YAML

---
name: "Testing"
description: "Performs tests for Enbas with mage"
runs:
using: "docker"
image: "Dockerfile"
env:
ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1"
entrypoint: "mage -v test"