Skip to content

chore(deps): bump simple-git from 3.5.0 to 3.16.0 #276

chore(deps): bump simple-git from 3.5.0 to 3.16.0

chore(deps): bump simple-git from 3.5.0 to 3.16.0 #276

Workflow file for this run

name: 'development'
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
- name: Build
run: yarn build
test-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ./
name: Integration test with default configuration
with:
from:
to: HEAD
- uses: ./
name: Integration test with custom configuration
with:
config-file: ./.github/testConfig.json
from:
to: HEAD