From 5c9b42321ddfc22aa00ea009c9223bd51c293b2e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Mar 2024 17:06:36 -0700 Subject: [PATCH] Update load_test.yml --- .github/workflows/load_test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 7fca08955865..6cf6bc6e711a 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -17,10 +17,3 @@ 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