From 5c49ff7d8a4c5b32722f213d7da24329c84802cc Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Fri, 2 Aug 2024 14:57:19 -0400 Subject: [PATCH] Checkout repo in root Signed-off-by: Eduardo Apolinario --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8891c7ff9c..f239fa89af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,10 +29,8 @@ jobs: steps: - name: Fetch flyte code uses: actions/checkout@v4 - with: - path: "${{ github.workspace }}/flyte" - name: 'Clear action cache' - uses: "${{ github.workspace }}/flyte/.github/actions/clear-action-cache" + uses: .github/actions/clear-action-cache - name: Fetch flytekit code uses: actions/checkout@v4 with: