Skip to content

Commit 74a6909

Browse files
committed
since there are no tests, don't bother running them
1 parent c06a662 commit 74a6909

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,22 @@ jobs:
7272
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
7373
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
7474
# Run tests
75-
- name: Run Tests
76-
run: ./gradlew check
75+
#- name: Run Tests
76+
# run: ./gradlew check
7777

7878
# 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
8585

8686
# 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
9191

9292
# Cache Plugin Verifier IDEs
9393
- name: Setup Plugin Verifier IDEs Cache

0 commit comments

Comments
 (0)