We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65771d0 commit 4b15eb6Copy full SHA for 4b15eb6
1 file changed
.github/workflows/samples.yml
@@ -25,6 +25,10 @@ jobs:
25
with:
26
java-version: 1.8
27
28
- # Install base module
+ # 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
33
- name: Install Kinesis Firehose Sample with Maven
34
run: mvn -B install --file samples/kinesis-firehose-event-handler/pom.xml
0 commit comments