enbas/.forgejo/actions/tests/action.yaml
Dan Anglin 52d2b45a92
Some checks failed
Tests / test (pull_request) Failing after 4s
add Dockerfile
2024-08-17 16:46:03 +01:00

11 lines
271 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: "go run magefiles/main.go -v test"