We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181196f commit 8c76130Copy full SHA for 8c76130
.github/workflows/aws-lambda-java-serialization.yml
@@ -31,8 +31,3 @@ jobs:
31
# Package target module
32
- name: Package serialization with Maven
33
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