1
0
Fork 0

[mod] test
Some checks failed
Test BaseX Installation / test-basex (push) Failing after 46s

This commit is contained in:
Andy Bunce 2025-02-12 13:49:52 +00:00
parent cb8c328954
commit 8d8d9e07c5
3 changed files with 6 additions and 3 deletions

View file

@ -8,7 +8,7 @@ on:
branches:
- main
paths:
- ".gitea/workflows/trigger/release"
- ".gitea/workflows/trigger/basex-act"
jobs:
test-basex:
@ -30,4 +30,4 @@ jobs:
- name: Run BaseX command
run: |
basex --version
basex 2+2

View file

@ -0,0 +1 @@
aa

View file

@ -18,8 +18,10 @@ runs:
- name: Unzip BaseX
shell: bash
run: |
unzip BaseX.zip -d $HOME
unzip BaseX.zip -d $HOME
echo "rm"
rm BaseX.zip
echo "done"
- name: Add BaseX to PATH
shell: bash