8000 2021-01-12 Update: Updated GitHub Actions config · fartem/codewars-java@626c9cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 626c9cf

Browse files
authored
2021-01-12 Update: Updated GitHub Actions config
1 parent 30a1852 commit 626c9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
uses: actions/setup-java@v1
1919
with:
2020
java-version: 1.8
21+
- name: Print Java version
22+
uses: java -version
2123
- name: Build with Gradle
2224
run: ./gradlew build --info

0 commit comments

Comments
 (0)
2A29
0