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
|
- name: Verify PATH
|
||||||
run: |
|
run: |
|
||||||
echo $PATH$
|
echo $PATH$
|
||||||
ls -l /usr/local/basex/bin
|
|
||||||
basex -v
|
basex -v
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -38,8 +37,8 @@ jobs:
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
ls -l
|
||||||
$PWD/basex/bin/basex /scripts/make-fat-jar.xq
|
basex scripts/make-fat-jar.xq
|
||||||
|
|
||||||
- name: Run BaseX Tests
|
- name: Run BaseX Tests
|
||||||
run: |
|
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