Skip to content

Commit 379fddd

Browse files
committed
fix: args for maven build / test (#58)
1 parent 70b788f commit 379fddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/runtime-interface-client_merge_to_main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Test Runtime Interface Client xplatform build - Run 'build' target
4949
working-directory: ./aws-lambda-java-runtime-interface-client
5050
run: make build
51+
env:
52+
IS_JAVA_8: true
5153

5254
- name: Issue AWS credentials
5355
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)