diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 7fca089558..6cf6bc6e71 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