Skip to content

fix(infra): ADP-3317 remove npm plugin #59

fix(infra): ADP-3317 remove npm plugin

fix(infra): ADP-3317 remove npm plugin #59

Workflow file for this run

name: Run Tests on PR
on:
pull_request:
branches:
- main
jobs:
test:
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: '20'
- name: Install dependencies
run: npm install --no-audit --frozen-lockfile --silent
- name: Run tests
run: npm run test