This commit is contained in:
parent
4dc12ed3bd
commit
309a48de90
3 changed files with 6 additions and 4 deletions
|
@ -27,9 +27,10 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
|
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
|
||||||
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
|
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
|
||||||
|
|
||||||
- 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()"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
aabcdeggxc
|
aabcdeggxcd
|
5
.github/actions/install-basex/action.yaml
vendored
5
.github/actions/install-basex/action.yaml
vendored
|
@ -28,9 +28,10 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
set -x # Enable debugging
|
set -x # Enable debugging
|
||||||
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
|
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
|
||||||
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
|
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
|
||||||
|
|
||||||
- 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