Skip to content

Merge pull request #4500 from sanger/depfu/update/ruby-prof-1.7.1 #9118

Merge pull request #4500 from sanger/depfu/update/ruby-prof-1.7.1

Merge pull request #4500 from sanger/depfu/update/ruby-prof-1.7.1 #9118

Workflow file for this run

name: Javascript testing
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install
run: yarn install
- name: Run yarn test
run: yarn test