Skip to content

fix(deps): update emotion monorepo #1008

fix(deps): update emotion monorepo

fix(deps): update emotion monorepo #1008

Workflow file for this run

name: test
on: push
jobs:
e2e:
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@v2
with:
node-version: ${{ matrix.node-version }}
- run: |
yarn
yarn build
yarn start:ci
yarn cypress:run