diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b72650251..d2683ef56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,6 @@ jobs: - name: Run yarn run: | yarn install + yarn lint yarn build xvfb-run --auto-servernum yarn test:ci \ No newline at end of file