Skip to content

Fixing the Audience in the load testing apis | Adding the retries for patch test | Securty issue to update the shell commands #246

Fixing the Audience in the load testing apis | Adding the retries for patch test | Securty issue to update the shell commands

Fixing the Audience in the load testing apis | Adding the retries for patch test | Securty issue to update the shell commands #246

Workflow file for this run

name: unit tests for main
on:
push:
branches:
- releases/*
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- releases/*
- main
jobs:
run-integration-test:
environment: automation test
name: Validate PR
strategy:
matrix:
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Installing dependencies and building latest changes
run: |
npm install -f
- name: Run Unit Tests
run: |
npm run test