Skip to content

Commit

Permalink
Debug commands in HTC Mock action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 28, 2024
1 parent 59326b2 commit b47661f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/htcmock-localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
grpc-client-endpoint: ${{ steps.get-armonik-endpoint.outputs.endpoint }}
purge-data: ${{ env.purge-data }}

- run: sleep 2
- run: |
sleep 2
kubectl -n armonik get jobs
kubectl -n armonik describe jobs
- id: get-throughput
name: Get Session Throughput
Expand Down

0 comments on commit b47661f

Please sign in to comment.