Skip to content

Updated the libraries #68

Updated the libraries

Updated the libraries #68

Workflow file for this run

name: vytc workflow
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: cd ./src/server && yarn
- run: cd ./src/server && yarn test