Skip to content

Commit

Permalink
Update deploy-chat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldot authored Aug 2, 2024
1 parent 7633798 commit fca16ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ jobs:
- 'chat/**'
- '.github/workflows/**'
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Setup Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

- name: Build with Gradle
run: ./gradlew build

- name: Configure AWS credentials
if: steps.filter.outputs.chat == 'true'
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit fca16ab

Please sign in to comment.