1
0
Fork 0

[fix]
Some checks failed
Run BaseX Tests / test (push) Failing after 1m9s
Test BaseX Installation / test-basex (push) Failing after 52s

This commit is contained in:
Andy Bunce 2025-02-12 12:12:40 +00:00
parent 73bc798dc1
commit 90da88de18
2 changed files with 5 additions and 5 deletions

View file

@ -5,4 +5,4 @@ Xyxh
4456
9.7.4 xyxz01x
ab
iiiis
iiiisA

View file

@ -16,18 +16,18 @@ runs:
wget https://files.basex.org/releases/$BASEX_VERSION/BaseX$BASEX_CLEAN_VERSION.zip -O BaseX.zip
- name: Unzip BaseX
shell: "bash"
shell: bash
run: |
unzip BaseX.zip -d $HOME
rm BaseX.zip
- name: Add BaseX to PATH
shell: "bash"
shell: bash
run: |
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
- name: Verify BaseX installation
shell: "bash"
shell: bash
run: |
basex -v"
basex -v