diff --git a/.github/workflows/load-test.yaml b/.github/workflows/load-test.yaml index eca1194..755b22a 100644 --- a/.github/workflows/load-test.yaml +++ b/.github/workflows/load-test.yaml @@ -46,7 +46,7 @@ jobs: export SCRIPT=${{ join(matrix.scripts.values, ',') }} make kyverno-pss-block cat ${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt - - name: Check errors: + - name: Check errors shell: bash run: | make check-error diff --git a/Makefile b/Makefile index fb5d41e..72c11fd 100644 --- a/Makefile +++ b/Makefile @@ -67,4 +67,4 @@ kyverno-pss-block: .PHONY: check-error check-error: - @grep -q "level=error" "${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt" || (echo "Error found in the file."; exit 1) \ No newline at end of file + @grep -q "level=error" "${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt" || (echo "Unexpected behavior during load testing, please check results."; exit 1) \ No newline at end of file