Skip to content

Adds ability to request inventory report. (PP-1236) #469

Adds ability to request inventory report. (PP-1236)

Adds ability to request inventory report. (PP-1236) #469

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Node.js 💻
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install locked dependencies 🔧
run: npm ci
- name: Test 🧪
env:
TZ: America/New_York
run: npm test