1
0
Fork 0

[fix] fff
Some checks failed
Test BaseX Installation / test-basex (push) Failing after 1m1s

This commit is contained in:
Andy Bunce 2025-02-12 14:52:22 +00:00
parent 83cf8fc6b9
commit 4dc12ed3bd
3 changed files with 10 additions and 10 deletions

View file

@ -1,12 +1,12 @@
name: 'Install BaseX' name: "Install BaseX"
description: 'Install BaseX on a GitHub Actions runner, assumes Java already installed' description: "Install BaseX on a GitHub Actions runner, assumes Java already installed"
inputs: inputs:
basex-version: basex-version:
description: 'The version of BaseX to install (e.g., 11.7)' description: "The version of BaseX to install (e.g., 11.7)"
required: true required: true
default: '11.7' default: "11.7"
runs: runs:
using: 'composite' using: "composite"
steps: steps:
- name: Download BaseX - name: Download BaseX
shell: bash shell: bash
@ -32,4 +32,4 @@ runs:
- name: Verify BaseX installation - name: Verify BaseX installation
shell: bash shell: bash
run: | run: |
basex declare option output:indent 'yes';db:system() basex "declare option output:indent 'yes';db:system()"

View file

@ -1 +1 @@
aabcdeggx aabcdeggxc