enbas/.forgejo/workflows/Tests.yaml
Dan Anglin 2aa49b2b2e
All checks were successful
Tests / test (pull_request) Successful in 16s
add test target as job input
2024-08-17 18:17:44 +01:00

23 lines
374 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
with:
target: test
env:
ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1"