Skip to content

Commit 0107cfe

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 0107cfe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ 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+
# - name: Run demo (generated code against LocalStack)
63+
# run: make demo
6464

65-
- name: Run integration test (Unison Share libs against LocalStack)
66-
run: make integration-test
65+
# - name: Run integration test (Unison Share libs against LocalStack)
66+
# run: make integration-test
6767

6868
- name: Upload build artifacts
6969
if: failure()

0 commit comments

Comments
 (0)