Skip to content

Fix changing font size in text editor #18954

Fix changing font size in text editor

Fix changing font size in text editor #18954

Workflow file for this run

name: Windows Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
jobs:
windowstests:
name: Windows
strategy:
matrix:
group: [integrity, python]
fail-fast: false
runs-on: windows-latest
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install dependencies
env:
GROUP: ${{ matrix.group }}
run: .\scripts\ci_install
shell: pwsh
- name: Run test ${{ matrix.group }}
env:
GROUP: ${{ matrix.group }}
run: .\scripts\ci_script
shell: pwsh