diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 63f200c..6bc5b15 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,9 +24,6 @@ jobs: - name: Install dependencies and test API working-directory: ./api run: npm install && node -c server.js - - name: Install dependencies and test Frontend - working-directory: ./frontend - run: npm install scan: runs-on: ubuntu-latest