enbas/.forgejo/actions/tests/action.yaml

12 lines
251 B
YAML
Raw Normal View History

2024-08-17 16:35:27 +01:00
---
name: "Testing"
description: "Performs unit and lint tests for Enbas with mage"
runs:
using: "docker"
2024-08-17 17:21:28 +01:00
image: "Dockerfile"
2024-08-17 16:35:27 +01:00
env:
ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1"
pre-entrypoint: "go version"
2024-08-17 17:21:28 +01:00
entrypoint: "mage -v test"