1
0
Fork 0

[add]
Some checks failed
Run BaseX Tests / test (push) Failing after 21s

This commit is contained in:
Andy Bunce 2025-01-31 22:27:53 +00:00
parent 0ec9daf0d5
commit f02f0e8441
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: Verify PATH
run: |
echo $PATH$PWD/basex/bin
echo $PATH$
ls -l $PWD/basex/bin
- name: Checkout repository
@ -36,8 +36,8 @@ jobs:
- name: Build package
run: |
basex /scripts/make-fat-jar.xq
$PWD/basex/bin/basex /scripts/make-fat-jar.xq
- name: Run BaseX Tests
run: |
basex -t /src/test
$PWD/basex/bin/basex -t /src/test

View file

@ -1 +1 @@
30/1/2025..........
30/1/2025...........