File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/setup-java@v1
25
25
with :
26
26
java-version : 1.8
27
-
28
- # Install base modules
29
- - name : Build core with Maven
30
- run : mvn -B install --file aws-lambda-java-core/pom.xml
31
- - name : Build serialization with Maven
32
- run : mvn -B install --file aws-lambda-java-serialization/pom.xml
27
+
33
28
# Test Runtime Interface Client
34
29
- name : Run 'pr' target
35
30
working-directory : ./aws-lambda-java-runtime-interface-client
Original file line number Diff line number Diff line change 28
28
# Install base module
29
29
- name : Build events with Maven
30
30
run : mvn -B install --file aws-lambda-java-events/pom.xml
31
- # Install target module
31
+ # Package target module
32
32
- name : Build serialization with Maven
33
- run : mvn -B install --file aws-lambda-java-serialization/pom.xml
33
+ run : mvn -B package --file aws-lambda-java-serialization/pom.xml
34
34
35
35
# Test Runtime Interface Client
36
36
- name : Run 'pr' target
You can’t perform that action at this time.
0 commit comments