Skip to content

DPL-795 Bioscan - Create 384 well plate single label template #2684

DPL-795 Bioscan - Create 384 well plate single label template

DPL-795 Bioscan - Create 384 well plate single label template #2684

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@v2
- name: Export node version
id: node_version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ steps.node_version.outputs.NODE_VERSION }}
- name: Node Information
run: node --version
- name: Install
run: yarn install
- name: Run yarn test
run: yarn test