Skip to content

Make EDV client an optional dependancy #19

Make EDV client an optional dependancy

Make EDV client an optional dependancy #19

Workflow file for this run

name: Build and Tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: yarn install --frozen-lockfile --ignore-scripts
- run: docker-compose -f ./docker-compose.edv.yml up -d
- run: yarn build
- run: yarn test
- run: yarn run-examples