Skip to content

Fix compilation errors and update tests for rebase and getCommits API… #2

Fix compilation errors and update tests for rebase and getCommits API…

Fix compilation errors and update tests for rebase and getCommits API… #2

name: 'Build & Test'
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run compile
- run: npm run test