Skip to content

Create edge-monitor-server and test info/login endpoints #2

Create edge-monitor-server and test info/login endpoints

Create edge-monitor-server and test info/login endpoints #2

name: edge-monitor-server CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn prepare
- run: yarn verify