Skip to content

Use github: specifier instead of URL for cytoscape #198

Use github: specifier instead of URL for cytoscape

Use github: specifier instead of URL for cytoscape #198

Workflow file for this run

name: Automated tests
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- run: npm test