1
0
Fork 0

[mod] move tests
Some checks failed
Run BaseX Tests / test (10.7) (push) Failing after 33s
Run BaseX Tests / test (11.7) (push) Failing after 33s

This commit is contained in:
Andy Bunce 2025-02-15 22:33:36 +00:00
parent 47a2aa2901
commit ae43b35c67
5 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
basex -Wt src/test >test-results.xml basex -Wt tests >test-results.xml
cat test-results.xml cat test-results.xml
- name: Upload test result Artifacts - name: Upload test result Artifacts

View file

@ -7,4 +7,4 @@ Xyxh
ab ab
iiiisAasxs iiiisAasxs
x x
A AB

View file

@ -41,4 +41,4 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
basex -Wt src/test basex -Wt tests

View file

@ -8,7 +8,7 @@
"doc": "docs" "doc": "docs"
}, },
"scripts": { "scripts": {
"test": "%BASEX10%/bin/basex -t src/test", "test": "%BASEX10%/bin/basex -t tests",
"docs": "xqdoca" "docs": "xqdoca"
}, },
"keywords": [ "keywords": [