Skip to content

Commit

Permalink
fix: args for maven build / test (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Jun 28, 2024
1 parent 70b788f commit 379fddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtime-interface-client_merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Test Runtime Interface Client xplatform build - Run 'build' target
working-directory: ./aws-lambda-java-runtime-interface-client
run: make build
env:
IS_JAVA_8: true

- name: Issue AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 379fddd

Please sign in to comment.