Skip to content

used marketplaceSDK instead of managementSDK for app related operations #1

used marketplaceSDK instead of managementSDK for app related operations

used marketplaceSDK instead of managementSDK for app related operations #1

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install dependencies
run: |
npm install
- name: Run tests
run: npm run test