Skip to content

Major version update: React-18 support & removal of Enzyme support (#26) #8

Major version update: React-18 support & removal of Enzyme support (#26)

Major version update: React-18 support & removal of Enzyme support (#26) #8

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: ["eslint", "prettier", "test:ci", "compile"]
on: push