Skip to content

Commit

Permalink
Update build extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Apr 8, 2024
1 parent b303fa6 commit f42ef3c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,19 @@ jobs:
DIRECTORY: fromJSON('["packages/jupyterlab-ws-chat", "packages/jupyterlab-${{ matrix.extension }}-chat"]')[matrix.extension == 'websocket']

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5"

- name: Build package
run: jlpm build:${{ matrix.extension }}
run: |
jlpm install
jlpm build:${{ matrix.extension }}
- name: Package ${{ env.PACKAGE }}
working-directory: ${{ env.DIRECTORY }}
Expand Down

0 comments on commit f42ef3c

Please sign in to comment.