Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <shuting@nirmata.com>
realshuting committed Oct 25, 2023
1 parent a28a913 commit 1d2d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
export SCRIPT=kyverno-pss.js
./start.sh tests/$SCRIPT $VUS $ITERATIONS
grep "level=error" "$SCRIPT-$VUSvu-$ITERATIONSit-logs.txt"
grep "level=error" "$SCRIPT-${VUS}vu-${ITERATIONS}it-logs.txt"
# Store the exit code of the grep command
exit_code=$?

0 comments on commit 1d2d75a

Please sign in to comment.