Skip to content

Commit 0b020f5

Browse files
committed
fix: samples
1 parent e66ddcf commit 0b020f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/samples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
# Install events module
2929
- name: Install events with Maven
3030
run: mvn -B install --file aws-lambda-java-events/pom.xml
31+
# Install serialization module
32+
- name: Install serialization with Maven
33+
run: mvn -B install --file aws-lambda-java-serialization/pom.xml
3134
# Install tests module
3235
- name: Install tests with Maven
3336
run: mvn -B install --file aws-lambda-java-tests/pom.xml

0 commit comments

Comments
 (0)