We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27fe0b commit 34e5f42Copy full SHA for 34e5f42
.github/workflows/aws-lambda-java-events-sdk-transformer.yml
@@ -26,6 +26,8 @@ jobs:
26
java-version: 1.8
27
28
# Install base module
29
+ - name: Install serialization with Maven
30
+ run: mvn -B install --file aws-lambda-java-serialization/pom.xml
31
- name: Install events with Maven
32
run: mvn -B install --file aws-lambda-java-events/pom.xml
33
# Package target module
0 commit comments