We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d271b commit 1916ceaCopy full SHA for 1916cea
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -43,13 +43,20 @@ jobs:
43
run: |
44
npm run build
45
46
- - name: Run tests
+ - name: Run JavaScript tests
47
if: success() || failure()
48
working-directory: ./ipywidgets_bokeh
49
shell: bash
50
51
npm run test
52
53
+ - name: Run Playwright & Python tests
54
+ if: success() || failure()
55
+ working-directory: ./ipywidgets_bokeh
56
+ shell: bash
57
+ run: |
58
+ pytest
59
+
60
- name: Lint codebase
61
62
0 commit comments