Skip to content

Commit e4c4c62

Browse files
author
Davide Melfi
committed
chore: removing the double installation problem
1 parent 39ed5b3 commit e4c4c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Package and install target module
4242
- name: Package serialization with Maven
43-
run: mvn -B package install --file aws-lambda-java-serialization/pom.xml
43+
run: mvn -B install --file aws-lambda-java-serialization/pom.xml
4444

4545
# Run tests
4646
- name: Run tests from aws-lambda-java-tests

0 commit comments

Comments
 (0)