Skip to content

Update sdk to 0.28.1 #115

Update sdk to 0.28.1

Update sdk to 0.28.1 #115

Workflow file for this run

name: Unit Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
dex:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: start ALPH docker image
working-directory: ./docker
run: docker-compose up -d
- name: Run tests
working-directory: .
run: |
npm ci
npm run compile && test -z "$(git status --porcelain)"
npm run test