diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a12189a5..f133c9fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: cd src-ui && npm ci + - run: cd src-ui && npm run lint - run: cd src-ui && npm run test - run: cd src-ui && npm run e2e:ci