mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 07:01:00 -05:00
Turn on CI tests for next (#1716)
This commit is contained in:
8
.github/workflows/test-next.yml
vendored
8
.github/workflows/test-next.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user