Skip to content

fix: --admin-interface argument broken #2514 #2371

fix: --admin-interface argument broken #2514

fix: --admin-interface argument broken #2514 #2371

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- name: yarn update
run: |
yarn
- name: run tests
run: |
yarn test