Skip to content

Merge pull request #1559 from sanger/dpl-1028-group-graph-pipelines #3787

Merge pull request #1559 from sanger/dpl-1028-group-graph-pipelines

Merge pull request #1559 from sanger/dpl-1028-group-graph-pipelines #3787

Workflow file for this run

name: Javascript testing
on:
- push
- pull_request
env:
TZ: Europe/London
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Node Information
run: node --version
- name: Install
run: yarn install
- name: Run yarn test
run: yarn test