Skip to content

Build(deps): Bump @material-ui/pickers from 3.2.10 to 3.3.11 #1298

Build(deps): Bump @material-ui/pickers from 3.2.10 to 3.3.11

Build(deps): Bump @material-ui/pickers from 3.2.10 to 3.3.11 #1298

Workflow file for this run

name: Lint, Build and Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --ignore-optional
- run: yarn test
- name: Checking internal dependencies
run: yarn run install:scripts && yarn run transpile:scripts && yarn run test:imports
- name: Uploading test coverage reports
run: |
chmod +x "${GITHUB_WORKSPACE}/scripts/uploadTestCoverageReports.sh"
"${GITHUB_WORKSPACE}/scripts/uploadTestCoverageReports.sh"