File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,25 @@ jobs:
4848 cd smithy-cli-linux-x86_64 && ./install --install-dir /usr/local/bin/
4949 smithy --version
5050
51- - name : Install Terraform
52- uses : hashicorp/setup-terraform@v3
53- with :
54- terraform_version : ${{ env.TERRAFORM_VERSION }}
51+ # - name: Install Terraform
52+ # uses: hashicorp/setup-terraform@v3
53+ # with:
54+ # terraform_version: ${{ env.TERRAFORM_VERSION }}
5555
5656 - name : Make Gradle wrapper executable
5757 run : chmod +x gradlew
5858
5959 - name : Run make
6060 run : make
6161
62- - name : Run demo (generated code against LocalStack)
63- run : make demo
62+ # Compiling unison code in CI requires too much memory
63+ # so we're skipping it for now.
64+
65+ # - name: Run demo (generated code against LocalStack)
66+ # run: make demo
6467
65- - name : Run integration test (Unison Share libs against LocalStack)
66- run : make integration-test
68+ # - name: Run integration test (Unison Share libs against LocalStack)
69+ # run: make integration-test
6770
6871 - name : Upload build artifacts
6972 if : failure()
You can’t perform that action at this time.
0 commit comments