From 25dff9d70d1a1e4387116a09331cee8765d44d49 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Thu, 24 Oct 2024 11:10:50 +1100 Subject: [PATCH] chore: check where file is stored --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc57966..8915ace 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,5 +50,7 @@ jobs: docker-repository: "305686791668.dkr.ecr.ap-southeast-2.amazonaws.com/gitops" command: | pwd + echo "FAKE FILE" > fake_file.txt echo $SECRET_ENV | base64 -d > cluster.key ls -la # List files to confirm creation + cat fake_file.txt