Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Oct 27, 2023
1 parent 334dfea commit e16d558
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
Expand Up @@ -45,7 +45,7 @@ jobs:
export ITERATIONS=${{ join(matrix.iterations.values, ',') }}
export SCRIPT=${{ join(matrix.scripts.values, ',') }}
make kyverno-pss-block
cat ${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt
cat k6/${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt
- name: Check errors:
shell: bash
run: |
Expand Down

0 comments on commit e16d558

Please sign in to comment.