We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6af501 commit 90bd855Copy full SHA for 90bd855
.github/workflows/python-package.yml
@@ -54,14 +54,14 @@ jobs:
54
cd beakerx_tabledisplay
55
pip install -e .
56
beakerx_tabledisplay install
57
- - name: Run e2e tests (TableDisplay)
+ - name: Run e2e tests (table v1)
58
shell: bash -l {0}
59
run: |
60
cd $GITHUB_WORKSPACE/beakerx_tests/autotests
61
chmod +x gradlew
62
conda activate beakerx
63
pip install psutil
64
- python ci_tests.py --app=notebook --tst=python.TableAPI*
+ python ci_tests.py --app=notebook --tbl=v1 --tst=python.Table*
65
- name: Archive screenshot results
66
uses: actions/upload-artifact@v1
67
if: always()
0 commit comments