Skip to content

Merge pull request #64 from Junirezz/fix/19-build-tenant-credit-score… #42

Merge pull request #64 from Junirezz/fix/19-build-tenant-credit-score…

Merge pull request #64 from Junirezz/fix/19-build-tenant-credit-score… #42

Workflow file for this run

name: LeaseFlow API Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm test