diff --git a/.gitea/workflows/api-gateway.yml b/.gitea/workflows/api-gateway.yml index dbee06e..5945334 100644 --- a/.gitea/workflows/api-gateway.yml +++ b/.gitea/workflows/api-gateway.yml @@ -103,7 +103,6 @@ jobs: fi - name: Send test results to SonarQube - if: env.TEST_REPORTS_EXIST == 'true' run: | echo "Sending test results to SonarQube..." ./mvnw clean verify sonar:sonar \ @@ -157,8 +156,4 @@ jobs: - name: Build Docker image (test only) run: docker build -t api-gateway:test . - - security: - runs-on: [self-hosted] - needs: build \ No newline at end of file