Skip to content

feat\!: replace legacy API with OAuth 2.0 and generic CRUD operations #1145

feat\!: replace legacy API with OAuth 2.0 and generic CRUD operations

feat\!: replace legacy API with OAuth 2.0 and generic CRUD operations #1145

Workflow file for this run

name: Test & Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
with:
node-version: '16'
- run: npm install
- run: npm run test:ci
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
with:
node-version: '16'
- run: npm install
- run: npm run build