This commit is contained in:
parent
b751b0dc93
commit
05619a1f2a
2 changed files with 3 additions and 4 deletions
|
@ -29,7 +29,6 @@ jobs:
|
|||
- name: Verify PATH
|
||||
run: |
|
||||
echo $PATH$
|
||||
ls -l /usr/local/basex/bin
|
||||
basex -v
|
||||
|
||||
- name: Checkout repository
|
||||
|
@ -38,8 +37,8 @@ jobs:
|
|||
- name: Build package
|
||||
run: |
|
||||
ls -l
|
||||
$PWD/basex/bin/basex /scripts/make-fat-jar.xq
|
||||
basex scripts/make-fat-jar.xq
|
||||
|
||||
- name: Run BaseX Tests
|
||||
run: |
|
||||
$PWD/basex/bin/basex -t /src/test
|
||||
bin/basex -t src/test
|
|
@ -1 +1 @@
|
|||
30/1/2025.............
|
||||
30/1/2025..............
|
Loading…
Add table
Reference in a new issue