mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-18 04:01:10 -05:00
@pyscript/core deprecation (#1607)
This commit is contained in:
committed by
GitHub
parent
f0e69cbc36
commit
26e7a54f1f
19
.github/workflows/test-next.yml
vendored
19
.github/workflows/test-next.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user