File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- name : Install JDK
44
44
uses :
actions/[email protected] # https://github.com/actions/setup-java
45
45
with :
46
- distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
47
- java-version : ' 8 ' # https://github.com/actions/setup-java#supported-version-syntax
48
- cache : ' maven' # https://github.com/actions/setup-java#caching-packages-dependencies
46
+ distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
47
+ java-version : ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
48
+ cache : ' maven' # https://github.com/actions/setup-java#caching-packages-dependencies
49
49
- name : Run integration tests
50
50
run : ./src/main/scripts/execute-command.sh integration-tests
51
51
- name : Save RobotFramework reports
You can’t perform that action at this time.
0 commit comments