Skip to content

Commit b8519ee

Browse files
committed
fix: install events module before building samples packages
1 parent 2aedff3 commit b8519ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/samples.yml

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
with:
4545
java-version: 21
4646
distribution: corretto
47+
48+
# Install events module
49+
- name: Install events with Maven
50+
run: mvn -B install --file aws-lambda-java-events/pom.xml
4751
# Build custom-serialization samples
4852
- name: install sam
4953
uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)