mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
Add proper tests, exception handling, implement getAbstractName
This commit is contained in:
8
.github/workflows/build-majestic.yml
vendored
8
.github/workflows/build-majestic.yml
vendored
@@ -56,3 +56,11 @@ jobs:
|
||||
run: |
|
||||
pip install pytest
|
||||
pytest
|
||||
|
||||
- name: Run JavaScript testsuite
|
||||
working-directory: ./src/runtime/python
|
||||
env:
|
||||
LD_LIBRARY_PATH: /usr/local/lib
|
||||
run: |
|
||||
npm ci
|
||||
npm run test
|
||||
|
||||
Reference in New Issue
Block a user