Skip to content

Merge pull request #3448 from cytoscape/copilot/fix-child-nodes-opaci… #835

Merge pull request #3448 from cytoscape/copilot/fix-child-nodes-opaci…

Merge pull request #3448 from cytoscape/copilot/fix-child-nodes-opaci… #835

Workflow file for this run

name: Automated tests
on: [push, pull_request]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm test