From 313264646f997ded52e93ef6fcc5173f19bace42 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 14 Nov 2023 09:30:35 -0800 Subject: [PATCH] Making sample-app directory --- .github/workflows/IntegrationTesting.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/IntegrationTesting.yml b/.github/workflows/IntegrationTesting.yml index fbffb88f..2b036867 100644 --- a/.github/workflows/IntegrationTesting.yml +++ b/.github/workflows/IntegrationTesting.yml @@ -36,6 +36,9 @@ jobs: with: name: deployment-package + - name: Make sample-app directory + run: mkdir ./terraform/sample-apps/http-server + - name: Copy deployment package to terraform directory run: cp deploy.zip ./terraform/sample-apps/http-server