Skip to content

Commit

Permalink
Merge pull request #99 from FloRul/email-request-pre-processor-as-zip
Browse files Browse the repository at this point in the history
setup java and build jar
  • Loading branch information
joelbalcaen authored Mar 27, 2024
2 parents 658da09 + 493c357 commit 4bb38af
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 4bb38af

Please sign in to comment.