Skip to content

[CMGR-50789] update postman collection for publicly accessing CM APIs #735

[CMGR-50789] update postman collection for publicly accessing CM APIs

[CMGR-50789] update postman collection for publicly accessing CM APIs #735

Workflow file for this run

name: CI Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: yarn install
- name: Test Lint and Build
run: yarn build