Skip to content

Commit 1916cea

Browse files
author
perovskite
committed
Update GitHub Actions
- Modifies `ipywidgets-bokeh-ci.yml` to include python tests.
1 parent 81d271b commit 1916cea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ipywidgets-bokeh-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,20 @@ jobs:
4343
run: |
4444
npm run build
4545
46-
- name: Run tests
46+
- name: Run JavaScript tests
4747
if: success() || failure()
4848
working-directory: ./ipywidgets_bokeh
4949
shell: bash
5050
run: |
5151
npm run test
5252
53+
- name: Run Playwright & Python tests
54+
if: success() || failure()
55+
working-directory: ./ipywidgets_bokeh
56+
shell: bash
57+
run: |
58+
pytest
59+
5360
- name: Lint codebase
5461
if: success() || failure()
5562
working-directory: ./ipywidgets_bokeh

0 commit comments

Comments
 (0)