diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 841e723..9e3d074 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: | - cd backend npm ci npm run test - - run: | - cd frontend - npm ci - npm run build --if-present - npm run test