1
0
Fork 0

[fix] hh
All checks were successful
Test BaseX Installation / test-basex (push) Successful in 25s

This commit is contained in:
Andy Bunce 2025-02-12 14:57:09 +00:00
parent 4dc12ed3bd
commit 309a48de90
3 changed files with 6 additions and 4 deletions

View file

@ -33,3 +33,4 @@ runs:
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 @@
aabcdeggxc aabcdeggxcd

View file

@ -33,4 +33,5 @@ runs:
- name: Verify BaseX installation - name: Verify BaseX installation
shell: bash shell: bash
run: | run: |
basex declare option output:indent 'yes';db:system() set -x # Enable debugging
basex "declare option output:indent 'yes';db:system()"