Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8519ee

Browse files
committedFeb 3, 2025·
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

Lines changed: 4 additions & 0 deletions
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)
Please sign in to comment.