Skip to content

Commit fb32801

Browse files
committed
1 parent 3da49a7 commit fb32801

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
- name: Checkout repo
1818
uses: actions/checkout@v3
1919

20-
# - name: Setup Java
21-
# uses: actions/setup-java@v3
22-
# with:
23-
# java-version: '17'
24-
# distribution: 'temurin'
20+
- name: Setup Java
21+
uses: actions/setup-java@v3
22+
with:
23+
java-version: '17'
24+
distribution: 'temurin'
2525

26-
# - name: Grant execute permission for gradlew
27-
# run: chmod +x gradlew
26+
- name: Grant execute permission for gradlew
27+
run: chmod +x gradlew
2828

29-
# - name: Test and collect coverage
30-
# run: |
31-
# ./gradlew build
32-
# ./gradlew test
29+
- name: Test and collect coverage
30+
run: |
31+
./gradlew build
32+
./gradlew test
3333
3434
- uses: qltyai/qlty-action/coverage@main
3535
with:

0 commit comments

Comments
 (0)