Skip to content

Commit c7059fd

Browse files
committed
wip: comment out building demo in CI
Compiling unison code requires a lot of memory. Larger runners in gihub is not an option right now.
1 parent c6f18cd commit c7059fd

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)