From 4c466f06347c98540b87ab38584193b46a7671f8 Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Wed, 26 Jan 2022 11:24:15 -0500 Subject: [PATCH] Removed IntegrationTests path --- .github/workflows/integration-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9d10335..1390334 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -11,8 +11,6 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v2 - with: - path: IntegrationTests - name: Setup kubectl uses: ./ with: