Skip to content

Commit

Permalink
Add clean up code
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal2001 <[email protected]>
  • Loading branch information
anushkamittal2001 committed Sep 26, 2023
1 parent 06a80b7 commit 5cf07af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/load-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ jobs:
cd k6
./start.sh tests/my-test.js 10 100
working-directory: ${{ github.workspace }}/load-testing
working-directory: ${{ github.workspace }}/load-testing

- name: Delete Kind cluster
run: |
kind delete cluster --name my-kind-cluster
working-directory: ${{ github.workspace }}

0 comments on commit 5cf07af

Please sign in to comment.