Skip to content

Merge pull request #3140 from cytoscape/dependabot/npm_and_yarn/word-… #165

Merge pull request #3140 from cytoscape/dependabot/npm_and_yarn/word-…

Merge pull request #3140 from cytoscape/dependabot/npm_and_yarn/word-… #165

Workflow file for this run

name: Automated tests
on: [push, pull_request]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
container: node:16
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test