Skip to content

handle error when survey has not associated ELM lib (#220) #270

handle error when survey has not associated ELM lib (#220)

handle error when survey has not associated ELM lib (#220) #270

Workflow file for this run

# run test suite
---
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test