Commit 74a6909 1 parent c06a662 commit 74a6909 Copy full SHA for 74a6909
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -72,22 +72,22 @@ jobs:
72
72
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
73
73
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
74
74
# Run tests
75
- - name : Run Tests
76
- run : ./gradlew check
75
+ # - name: Run Tests
76
+ # run: ./gradlew check
77
77
78
78
# Collect Tests Result of failed tests
79
- - name : Collect Tests Result
80
- if : ${{ failure() }}
81
- uses : actions/upload-artifact@v3
82
- with :
83
- name : tests-result
84
- path : ${{ github.workspace }}/build/reports/tests
79
+ # - name: Collect Tests Result
80
+ # if: ${{ failure() }}
81
+ # uses: actions/upload-artifact@v3
82
+ # with:
83
+ # name: tests-result
84
+ # path: ${{ github.workspace }}/build/reports/tests
85
85
86
86
# Upload Kover report to CodeCov
87
- - name : Upload Code Coverage Report
88
- uses : codecov/codecov-action@v3
89
- with :
90
- files : ${{ github.workspace }}/build/reports/kover/xml/report.xml
87
+ # - name: Upload Code Coverage Report
88
+ # uses: codecov/codecov-action@v3
89
+ # with:
90
+ # files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
91
91
92
92
# Cache Plugin Verifier IDEs
93
93
- name : Setup Plugin Verifier IDEs Cache
You can’t perform that action at this time.
0 commit comments