This commit is contained in:
parent
90ae94aa12
commit
38d12d91c1
3 changed files with 18 additions and 12 deletions
|
|
@ -42,12 +42,14 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
basex scripts/install.bxs
|
||||
|
||||
- name: run tests
|
||||
- name: Run tests
|
||||
run: |
|
||||
basex -Wt src/test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue