1
0
pdfbox/.gitea/workflows/ci-basex.yaml

21 lines
371 B
YAML
Raw Normal View History

2025-01-04 13:38:27 +00:00
name: Run BaseX Tests
on:
workflow_dispatch: # Enables manual trigger
2025-01-04 13:52:28 +00:00
push:
2025-01-04 13:38:27 +00:00
branches:
- main
2025-01-04 13:52:28 +00:00
paths:
- '.gitea/workflows/trigger/release'
2025-01-04 13:38:27 +00:00
jobs:
test:
2025-01-04 15:19:56 +00:00
runs-on: ghcr.io/quodatum/basexhttp:basex-10.7
2025-01-04 13:38:27 +00:00
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run BaseX Tests
run: 'basex/bin/basex -t .'