File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4545 run : yarn install --immutable
4646 - name : Build local packages
4747 run : yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run build
48- # TODO: Uncomment when code formatting is fixed in eui-theme-common and eui-theme-borealis
49- # This is prepared in the upstream/build/gh-release-action branch
50- # - name: Lint
51- # run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run lint
48+ - name : Lint
49+ run : yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run lint
5250 - name : Unit tests
5351 run : yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run test-unit
5452 cypress_tests :
You can’t perform that action at this time.
0 commit comments