This commit is contained in:
parent
f74d9123ef
commit
288d33c532
2 changed files with 4 additions and 5 deletions
|
@ -22,18 +22,17 @@ jobs:
|
||||||
- name: Install BaseX
|
- name: Install BaseX
|
||||||
run: |
|
run: |
|
||||||
wget https://files.basex.org/releases/10.7/BaseX107.zip
|
wget https://files.basex.org/releases/10.7/BaseX107.zip
|
||||||
unzip BaseX107.zip -d basex
|
unzip BaseX107.zip
|
||||||
echo "$GITHUB_PATH"
|
echo "$GITHUB_PATH"
|
||||||
echo "$HOME/basex/bin" >> "$GITHUB_PATH"
|
echo "$HOME/basex/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
./basex/bin/basex /scripts/make-fat-jar.xq
|
basex /scripts/make-fat-jar.xq
|
||||||
|
|
||||||
- name: Run BaseX Tests
|
- name: Run BaseX Tests
|
||||||
run: |
|
run: |
|
||||||
./basex/bin/basex -t /src/test
|
basex -t /src/test
|
|
@ -1 +1 @@
|
||||||
30/1/2025....
|
30/1/2025.....
|
Loading…
Add table
Reference in a new issue