Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #279

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #279

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