Skip to content

Calling organizations fix #38

Calling organizations fix

Calling organizations fix #38

Workflow file for this run

name: Run server tests CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- name: Execute unit tests
run: npm run tests:unit
- name: Execute e2e tests
run: npm run tests:e2e