[mod] use action
All checks were successful
Run BaseX Tests / test (push) Successful in 1m2s
Test BaseX Installation / test-basex (push) Successful in 28s

This commit is contained in:
Andy Bunce 2025-02-12 15:26:51 +00:00
parent 309a48de90
commit 68a6b99b85
4 changed files with 8 additions and 28 deletions

View file

@ -18,20 +18,16 @@ runs:
- name: Unzip BaseX
shell: bash
run: |
unzip BaseX.zip -d $HOME
echo "rm"
unzip BaseX.zip -d $HOME
rm BaseX.zip
echo "done"
- name: Add BaseX to PATH
shell: bash
run: |
set -x # Enable debugging
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
- name: Verify BaseX installation
shell: bash
run: |
set -x # Enable debugging
basex "declare option output:indent 'yes';db:system()"