enbas/.forgejo/workflows/Tests.yaml
Dan Anglin 91c2ffeb93
Some checks failed
Tests / test (pull_request) Failing after 4s
run mage action without input (error expected)
2024-08-17 18:13:56 +01:00

21 lines
341 B
YAML

---
name: Tests
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: docker
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: Test
uses: ./.forgejo/actions/mage
env:
ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1"