From ca8a22e5dbb752eb69f32749acbd0f7f540c5f5c Mon Sep 17 00:00:00 2001 From: Ted Patrick Date: Fri, 15 Sep 2023 10:44:54 -0500 Subject: [PATCH] Turn on CI tests for next (#1716) --- .github/workflows/test-next.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index a0c6652e..9363d7d6 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml @@ -31,7 +31,9 @@ jobs: MINICONDA_VERSION: 4.11.0 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: next - name: Install node uses: actions/setup-node@v3 @@ -101,7 +103,9 @@ jobs: working-directory: pyscriptjs steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: next - name: Install node uses: actions/setup-node@v3