Skip to content

Commit fc76577

Browse files
committed
1 parent 041285a commit fc76577

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/main.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
- name: Checkout repo
2121
uses: actions/checkout@v3
2222

23-
- name: Setup Java
24-
uses: actions/setup-java@v3
25-
with:
26-
java-version: '17'
27-
distribution: 'temurin'
28-
29-
- name: Grant execute permission for gradlew
30-
run: chmod +x gradlew
31-
32-
- name: Test and collect coverage
33-
run: |
34-
./gradlew build
35-
./gradlew test
23+
# - name: Setup Java
24+
# uses: actions/setup-java@v3
25+
# with:
26+
# java-version: '17'
27+
# distribution: 'temurin'
28+
29+
# - name: Grant execute permission for gradlew
30+
# run: chmod +x gradlew
31+
32+
# - name: Test and collect coverage
33+
# run: |
34+
# ./gradlew build
35+
# ./gradlew test
3636

3737
- uses: qltyai/qlty-action/coverage@main
3838
with:

0 commit comments

Comments
 (0)