From 78663c94f02b921f4a1966fd680bb3e3a6b726f9 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 13 Nov 2023 18:28:35 -0800 Subject: [PATCH] Removing directory --- .github/workflows/IntegrationTesting.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/IntegrationTesting.yml b/.github/workflows/IntegrationTesting.yml index ab348b61..c8db014e 100644 --- a/.github/workflows/IntegrationTesting.yml +++ b/.github/workflows/IntegrationTesting.yml @@ -14,9 +14,6 @@ jobs: - name: Checkout X-Ray Go SDK uses: actions/checkout@v2 - - name: Create a directory - run: mkdir sample-apps/http-server/aws-xray-sdk-go - - name: Zip up the deployment package run: zip -r deploy.zip . -x '*.git*'