mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-19 16:00:42 -05:00
Add step to install next deps and run test (#1528)
This commit is contained in:
10
.github/workflows/test-next.yml
vendored
10
.github/workflows/test-next.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user