Skip to content

Merge pull request #43 from sailpoint-oss/ricardofierro/PLTCONN-4010 #103

Merge pull request #43 from sailpoint-oss/ricardofierro/PLTCONN-4010

Merge pull request #43 from sailpoint-oss/ricardofierro/PLTCONN-4010 #103

Workflow file for this run

name: PRB
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
node-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '18' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: npm ci && npm test