enbas/.forgejo/actions/tests/action.yaml
Dan Anglin 08981319e1
All checks were successful
Tests / test (pull_request) Successful in 59s
add Dockerfile to pre-install mage
2024-08-17 17:21:28 +01:00

11 lines
251 B
YAML

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