mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 10:17:23 -05:00
Update CI tests (#1719)
This commit is contained in:
6
.github/workflows/test-next.yml
vendored
6
.github/workflows/test-next.yml
vendored
@@ -53,16 +53,20 @@ jobs:
|
||||
uses: conda-incubator/setup-miniconda@v2
|
||||
|
||||
- name: Setup Environment
|
||||
working-directory: ./pyscriptjs
|
||||
run: make setup
|
||||
|
||||
- name: Python Tests
|
||||
run: make test-py
|
||||
working-directory: ./pyscriptjs
|
||||
run: make test
|
||||
|
||||
- name: Integration Tests
|
||||
working-directory: ./pyscriptjs
|
||||
run: make test-integration
|
||||
#run: make test-integration-parallel
|
||||
|
||||
- name: Examples Tests
|
||||
working-directory: ./pyscriptjs
|
||||
run: make test-examples
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user