1
0
Fork 0
pdfbox/.gitea/workflows/test-basex.yaml

33 lines
656 B
YAML
Raw Normal View History

2025-02-12 11:49:50 +00:00
name: Test BaseX Installation
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
2025-02-12 13:49:52 +00:00
- ".gitea/workflows/trigger/basex-act"
2025-02-12 11:49:50 +00:00
jobs:
test-basex:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
- name: Install BaseX
2025-02-12 14:00:40 +00:00
uses: .github/actions/install-basex
2025-02-12 11:49:50 +00:00
with:
basex-version: '11.7' # Specify the BaseX version here
- name: Run BaseX command
run: |
2025-02-12 13:49:52 +00:00
basex 2+2