Skip to content

Commit 90bd855

Browse files
Update python-package.yml
1 parent a6af501 commit 90bd855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
cd beakerx_tabledisplay
5555
pip install -e .
5656
beakerx_tabledisplay install
57-
- name: Run e2e tests (TableDisplay)
57+
- name: Run e2e tests (table v1)
5858
shell: bash -l {0}
5959
run: |
6060
cd $GITHUB_WORKSPACE/beakerx_tests/autotests
6161
chmod +x gradlew
6262
conda activate beakerx
6363
pip install psutil
64-
python ci_tests.py --app=notebook --tst=python.TableAPI*
64+
python ci_tests.py --app=notebook --tbl=v1 --tst=python.Table*
6565
- name: Archive screenshot results
6666
uses: actions/upload-artifact@v1
6767
if: always()

0 commit comments

Comments
 (0)