Add step to install next deps and run test (#1528)

This commit is contained in:
Fábio Rosado
2023-06-14 14:12:42 +01:00
committed by GitHub
parent a108e6e97e
commit 258b80a6a5

View File

@@ -60,12 +60,20 @@ jobs:
- name: Build
run: make build
- name: TypeScript Tests
- name: TypeScript Tests (core)
run: make test-ts
- name: Python Tests
run: make test-py
- name: install next deps
working-directory: pyscript.core
run: npm i
- name: Run next tests
working-directory: pyscript.core
run: npm test
- name: Integration Tests
run: make test-integration-parallel