diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a361986..e496618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,5 @@ jobs: with: node-version: 18 - run: npm --prefix webapp install - - run: npm --prefix restapi install - run: npm --prefix webapp run build - run: npm --prefix webapp run test:e2e