enbas/.forgejo/workflows/Tests.yaml

23 lines
390 B
YAML
Raw Normal View History

---
name: Tests
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
if: ${{ ! github.event.pull_request.draft }}
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_COVER: "1"