Skip to content

Commit 8c76130

Browse files
committed
Don't run RIC 'pr' target when building serialization
1 parent 181196f commit 8c76130

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ jobs:
3131
# Package target module
3232
- name: Package serialization with Maven
3333
run: mvn -B package --file aws-lambda-java-serialization/pom.xml
34-
35-
# Test Runtime Interface Client
36-
- name: Run 'pr' target
37-
working-directory: ./aws-lambda-java-runtime-interface-client
38-
run: make pr

0 commit comments

Comments
 (0)