Skip to content

Update dependency @types/redux-mock-store to v1.0.5 #83

Update dependency @types/redux-mock-store to v1.0.5

Update dependency @types/redux-mock-store to v1.0.5 #83

Workflow file for this run

name: Push CI
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v1
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ["compile", "format:verify", "lint", "test:ci"]
on: push