Run interpreter tests in CI
This commit is contained in:
parent
d9dd032441
commit
e0dfbb4ec6
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -27,3 +27,17 @@ jobs:
|
|||
|
||||
- name: Parse all examples
|
||||
run: ./gradlew parseExamples
|
||||
|
||||
interpreter:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node 24
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
|
||||
- name: Run interpreter tests
|
||||
run: node --test "js/test/*.test.mjs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue