Skip to content

Commit dfb8911

Browse files
authored
fix: samples (#535)
* fix: samples * fix: samples
1 parent e66ddcf commit dfb8911

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/samples.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/samples.yml'
1616

1717
jobs:
18-
build-kinesis-sample:
18+
build:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
@@ -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)