From 52bd64c80d92b721fe584d899e3f138ff4a61382 Mon Sep 17 00:00:00 2001 From: Ted Patrick Date: Fri, 15 Sep 2023 12:12:33 -0500 Subject: [PATCH] Update CI tests (#1719) --- .github/workflows/test-next.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index 454deffe..3bde948b 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml @@ -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