Update load_test.yml

This commit is contained in:
Ishaan Jaff 2024-03-13 17:00:19 -07:00 committed by GitHub
parent 7b44de5901
commit 5232e9b5fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,3 +17,10 @@ jobs:
USERS: "5" USERS: "5"
RATE: "5" RATE: "5"
RUNTIME: "10s" 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