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
|
||||
run: |
|
||||
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
|
||||
shell: bash
|
||||
run: |
|
||||
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: |
|
||||
set -x # Enable debugging
|
||||
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
|
||||
shell: bash
|
||||
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