diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c07b96d8..979c107c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: working-directory: backend - name: Lint run: npm run lint + working-directory: backend # - name: Test # run: npm run test - name: Build @@ -41,6 +42,7 @@ jobs: working-directory: frontend - name: Lint run: npm run lint + working-directory: frontend # - name: Test # run: npm run test - name: Build