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

View file

@ -0,0 +1 @@
aa

View file

@ -19,7 +19,9 @@ runs:
shell: bash shell: bash
run: | run: |
unzip BaseX.zip -d $HOME unzip BaseX.zip -d $HOME
echo "rm"
rm BaseX.zip rm BaseX.zip
echo "done"
- name: Add BaseX to PATH - name: Add BaseX to PATH
shell: bash shell: bash