enbas/.forgejo/workflows/Tests.yaml
Dan Anglin fa58e5b719
All checks were successful
Tests / test (pull_request) Successful in 17s
REUSE Compliance Check / check (push) Successful in 13s
ci: use remote mage-ci action
Replace the local mage action with the remote mage-ci action.
2024-08-29 08:13:49 +01:00

22 lines
420 B
YAML

---
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: https://codeflow.dananglin.me.uk/actions/mage-ci@main
with:
target: test
env:
ENBAS_TEST_COVER: "1"