@pyscript/core deprecation (#1607)

This commit is contained in:
Andrea Giammarchi
2023-07-21 11:07:42 +02:00
committed by GitHub
parent f0e69cbc36
commit 26e7a54f1f
142 changed files with 13 additions and 52811 deletions

View File

@@ -44,17 +44,18 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: install next deps
working-directory: pyscript.core
run: npm i; npx playwright install
# TODO: this will likely change soon to pyscript.next
# - name: install next deps
# working-directory: pyscript.core
# run: npm i; npx playwright install
- name: build next
working-directory: pyscript.core
run: npm run build
# - name: build next
# working-directory: pyscript.core
# run: npm run build
- name: Run next tests
working-directory: pyscript.core
run: npm run test
# - name: Run next tests
# working-directory: pyscript.core
# run: npm run test
# TODO: DO we want to upload next yet?
# - uses: actions/upload-artifact@v3