Skip to content

fix: add install step #4

fix: add install step

fix: add install step #4

Workflow file for this run

name: Integration Testing on Code Change
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test