1
0
Fork 0
pdfbox/.gitea/workflows/test-basex.yaml.old
Andy Bunce 923336f037
All checks were successful
Run BaseX Tests / test (10.7) (push) Successful in 40s
Run BaseX Tests / test (11.7) (push) Successful in 50s
[add] matrix
2025-02-12 15:53:07 +00:00

33 lines
No EOL
660 B
YAML

name: Test BaseX Installation
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- ".gitea/workflows/trigger/basex-act"
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
uses: ./.github/actions/install-basex
with:
basex-version: '11.7' # Specify the BaseX version here
- name: Run BaseX command
run: |
basex "2+2"