diff --git a/.github/workflows/workflows.yaml b/.github/workflows/workflows.yaml index 6cf0a92..8073bd5 100644 --- a/.github/workflows/workflows.yaml +++ b/.github/workflows/workflows.yaml @@ -42,10 +42,10 @@ jobs: minikube image pull curlimages/curl:latest - name: Build with Maven run: mvn -B -U clean install -DskipTests - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - detached: true +# - name: Setup tmate session +# uses: mxschmitt/action-tmate@v3 +# with: +# detached: true - name: Run Tests run: mvn -B test