Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/octokit/plugin-throt… #982

Merge branch 'main' into dependabot/npm_and_yarn/octokit/plugin-throt…

Merge branch 'main' into dependabot/npm_and_yarn/octokit/plugin-throt… #982

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Unit Tests
run: npm test