Skip to content

Commit aa0df9a

Browse files
Corrected comment in CI workflow YAML file
1 parent df36e8f commit aa0df9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: actions/setup-java@v2
2121
with:
2222
java-version: '11'
23-
distribution: 'adopt' # Poți alege adopt sau temurin, ambele sunt recomandate
23+
# Choose from 'adopt' or 'temurin' (both ar recommended)
24+
distribution: 'adopt'
2425

2526
- name: Cache SBT
2627
uses: actions/cache@v2

0 commit comments

Comments
 (0)