web-crawler/.forgejo/workflows/Tests.yaml

24 lines
456 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
2024-08-27 18:52:43 +01:00
uses: https://codeflow.dananglin.me.uk/actions/mage-ci@main
with:
target: test
env:
CRAWLER_TEST_COVER: "1"
CRAWLER_TEST_VERBOSE: "1"