diff --git a/.github/workflows/CI-notebook.yml b/.github/workflows/CI-notebook.yml index a87376d694..795daac05d 100644 --- a/.github/workflows/CI-notebook.yml +++ b/.github/workflows/CI-notebook.yml @@ -72,10 +72,6 @@ jobs: shell: bash -l {0} run: python -m pytest notebooks - - name: Run widget tests - shell: bash -l {0} - run: yarn e2e-widget - - name: Upload notebook test result if: always() uses: actions/upload-artifact@v2 @@ -87,5 +83,5 @@ jobs: if: always() uses: actions/upload-artifact@v2 with: - name: ${{ matrix.packageDirectory }}-e2e-screen-shot + name: raiwidgets-e2e-screen-shot path: dist/cypress