Skip to content

Commit

Permalink
Add check
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal2001 <anushka@nirmata.com>
  • Loading branch information
anushkamittal2001 committed Sep 26, 2023
1 parent 386d546 commit 7f73d8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/load-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ jobs:
chmod +x start.sh
working-directory: ${{ github.workspace }}/load-testing

- name: Check tree
run: |
ls
cd load-testing
ls
cd k6
ls
cd tests
ls
working-directory: ${{ github.workspace }}

- name: Set up Kind cluster
run: |
# Install Kind (Kubernetes in Docker)
Expand Down

0 comments on commit 7f73d8e

Please sign in to comment.