Skip to content

Merge branch 'main' of github.com:docwho2/java-chime-voice-sdk-cdk #27

Merge branch 'main' of github.com:docwho2/java-chime-voice-sdk-cdk

Merge branch 'main' of github.com:docwho2/java-chime-voice-sdk-cdk #27

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build and Perform synth on stack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
cache: maven
- name: Set up Node so we can install CDK
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install CDK
run: npm install -g aws-cdk
- name: Verify Synth works to validate stack
run: cdk synth --validation --context accountId=123456789 east