diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 179f5cc..9d25f39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,22 +72,22 @@ jobs: echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier" ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier # Run tests - - name: Run Tests - run: ./gradlew check + #- name: Run Tests + # run: ./gradlew check # Collect Tests Result of failed tests - - name: Collect Tests Result - if: ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: tests-result - path: ${{ github.workspace }}/build/reports/tests + #- name: Collect Tests Result + # if: ${{ failure() }} + # uses: actions/upload-artifact@v3 + # with: + # name: tests-result + # path: ${{ github.workspace }}/build/reports/tests # Upload Kover report to CodeCov - - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 - with: - files: ${{ github.workspace }}/build/reports/kover/xml/report.xml + #- name: Upload Code Coverage Report + # uses: codecov/codecov-action@v3 + # with: + # files: ${{ github.workspace }}/build/reports/kover/xml/report.xml # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache