|
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
- name: Build
|
|
|
|
|
uses: ./.github/actions/build-dist
|
|
|
|
|
@ -31,12 +31,12 @@ jobs:
|
|
|
|
|
browser: [firefox, chromium]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
- name: Base Setup
|
|
|
|
|
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
|
|
|
|
|
|
|
|
|
|
- uses: actions/download-artifact@v2
|
|
|
|
|
- uses: actions/download-artifact@v3
|
|
|
|
|
with:
|
|
|
|
|
name: notebook-dist-${{ github.run_number }}
|
|
|
|
|
path: ./dist
|
|
|
|
|
@ -70,7 +70,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Upload Playwright Test assets
|
|
|
|
|
if: always()
|
|
|
|
|
uses: actions/upload-artifact@v2
|
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
|
with:
|
|
|
|
|
name: notebook-${{ matrix.browser }}-test-assets
|
|
|
|
|
path: |
|
|
|
|
|
@ -78,7 +78,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Upload Playwright Test report
|
|
|
|
|
if: always()
|
|
|
|
|
uses: actions/upload-artifact@v2
|
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
|
with:
|
|
|
|
|
name: notebook-${{ matrix.browser }}-test-report
|
|
|
|
|
path: |
|
|
|
|
|
@ -95,7 +95,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Upload updated snapshots
|
|
|
|
|
if: failure()
|
|
|
|
|
uses: actions/upload-artifact@v2
|
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
|
with:
|
|
|
|
|
name: notebook-${{ matrix.browser }}-updated-snapshots
|
|
|
|
|
path: ui-tests/test
|
|
|
|
|
|