Skip to content

fix: in react ui, make drawer wider #251

fix: in react ui, make drawer wider

fix: in react ui, make drawer wider #251

name: Viewer Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# cancel any prior runs for this workflow and this PR (or branch)
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
viewer:
name: Test PDL live viewer
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./pdl-live-react
steps:
- uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 22
#- name: Install Linux dependencies
# run: sudo apt install -y libgtk-3-dev libwebkit2gtk-4.1-dev # for tauri builds in linux
- name: Install NodeJs dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Test pdl-live viewer
run: npm test