[mod] actions
This commit is contained in:
parent
e987fcf8ba
commit
ba1f0824c1
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Install BaseX
|
||||
run: |
|
||||
|
@ -26,5 +26,4 @@ jobs:
|
|||
unzip BaseX107.zip -d basex
|
||||
|
||||
- name: Run BaseX Tests
|
||||
run: |
|
||||
./basex/bin/basex -t .
|
||||
run: './basex/bin/basex -t .'
|
Loading…
Add table
Reference in a new issue