From 5232e9b5fc90268fb04e7fe21ecce21a56a31487 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Mar 2024 17:00:19 -0700 Subject: [PATCH] Update load_test.yml --- .github/workflows/load_test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 6cf6bc6e7..7fca08955 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -17,3 +17,10 @@ jobs: USERS: "5" RATE: "5" RUNTIME: "10s" + # Echo the content of the current directory + - name: Echo Current Directory Contents + run: ls -al + + # Read the example.csv file + - name: Read example.csv + run: cat example.csv