Skip to content

Commit 6dc161a

Browse files
committed
Adding EventBridgeEvent
1 parent 1f2eb94 commit 6dc161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws-lambda-java-events.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Install required module
2929
- name: Install serialization with Maven
30-
run: mvn -B package --file aws-lambda-java-serialization/pom.xml
30+
run: mvn -B install --file aws-lambda-java-serialization/pom.xml
3131

3232
- name: Install events with Maven
3333
run: mvn -B install --file aws-lambda-java-events/pom.xml

0 commit comments

Comments
 (0)