Skip to content

Commit 4b15eb6

Browse files
committed
Fix samples workflow by installing events locally
1 parent 65771d0 commit 4b15eb6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/samples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
java-version: 1.8
2727

28-
# Install base module
28+
# Install events module
29+
- name: Install events with Maven
30+
run: mvn -B install --file aws-lambda-java-events/pom.xml
31+
32+
# Install samples
2933
- name: Install Kinesis Firehose Sample with Maven
3034
run: mvn -B install --file samples/kinesis-firehose-event-handler/pom.xml

0 commit comments

Comments
 (0)