Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Merge pull request #220 from ColinLefter/real-time-channel-fix #128

Merge pull request #220 from ColinLefter/real-time-channel-fix

Merge pull request #220 from ColinLefter/real-time-channel-fix #128

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code, and run tests across different versions of the node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Accord test runner
on:
push:
branches: main
defaults:
run:
working-directory: ./Application
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: npm install -g npm
- run: npm install --save-dev jest
- run: npm run test:jest
env:
MONGODB_USERNAME: baopham
MONGODB_PASSWORD: Yjs12l26LZegm0VH
MONGODO_URI: mongodb+srv://baopham:[email protected]/?retryWrites=true&w=majority&appName=Accord-Systems