[mod] actions
This commit is contained in:
parent
e987fcf8ba
commit
ba1f0824c1
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'temurin
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Install BaseX
|
- name: Install BaseX
|
||||||
run: |
|
run: |
|
||||||
@ -26,5 +26,4 @@ jobs:
|
|||||||
unzip BaseX107.zip -d basex
|
unzip BaseX107.zip -d basex
|
||||||
|
|
||||||
- name: Run BaseX Tests
|
- name: Run BaseX Tests
|
||||||
run: |
|
run: './basex/bin/basex -t .'
|
||||||
./basex/bin/basex -t .
|
|
Loading…
Reference in New Issue
Block a user