This commit is contained in:
parent
4dc12ed3bd
commit
309a48de90
3 changed files with 6 additions and 4 deletions
|
@ -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()"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
aabcdeggxc
|
aabcdeggxcd
|
3
.github/actions/install-basex/action.yaml
vendored
3
.github/actions/install-basex/action.yaml
vendored
|
@ -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()"
|
||||||
|
|
Loading…
Add table
Reference in a new issue