From e5f237a5bfc4d5e10b4f17211496ff5904df22a1 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Fri, 28 Jun 2024 17:55:55 +0200 Subject: [PATCH] Add tests dir Signed-off-by: Mauro Morales --- .github/workflows/reusable-custom-partitioning-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-custom-partitioning-test.yaml b/.github/workflows/reusable-custom-partitioning-test.yaml index c346f9caf..cd74f5075 100644 --- a/.github/workflows/reusable-custom-partitioning-test.yaml +++ b/.github/workflows/reusable-custom-partitioning-test.yaml @@ -29,6 +29,7 @@ jobs: go-version-file: tests/go.mod cache-dependency-path: tests/go.sum - name: Install dependencies + workdir: tests run: go mod download - name: Block all traffic to metadata ip # For cloud runners, the metadata ip can interact with our test machines run: |