mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -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
|
uses: conda-incubator/setup-miniconda@v2
|
||||||
|
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
|
working-directory: ./pyscriptjs
|
||||||
run: make setup
|
run: make setup
|
||||||
|
|
||||||
- name: Python Tests
|
- name: Python Tests
|
||||||
run: make test-py
|
working-directory: ./pyscriptjs
|
||||||
|
run: make test
|
||||||
|
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
|
working-directory: ./pyscriptjs
|
||||||
run: make test-integration
|
run: make test-integration
|
||||||
#run: make test-integration-parallel
|
#run: make test-integration-parallel
|
||||||
|
|
||||||
- name: Examples Tests
|
- name: Examples Tests
|
||||||
|
working-directory: ./pyscriptjs
|
||||||
run: make test-examples
|
run: make test-examples
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user