Skip to content

Commit

Permalink
setup java and build jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Balcaen committed Mar 27, 2024
1 parent 70051d3 commit 493c357
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ jobs:
with:
python-version: '3.11'

- name: Setup Java 17
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'

- name: Package Java lambdas
run: |
mvn -f ./lambdas/EmailProcessor/EmailRequestPreProcessorFunction package
- name: Terraform Init
id: init
run: terraform init -no-color -upgrade
Expand Down

0 comments on commit 493c357

Please sign in to comment.