Skip to content

Commit

Permalink
fix typo
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 813d740 commit 742094d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,7 @@ jobs:
export SCRIPT=${{ join(matrix.scripts.values, ',') }}
make kyverno-pss-block
cat k6/${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt
- name: Check errors:
- name: Check errors
shell: bash
run: |
make check-error
# - name: Debug
# if: failure()
# run: |
# cat kyverno-pss.js-10vu-1000it-logs.txt

# uses: grafana/[email protected]
# with:
# filename: k6/tests/kyverno-pss.js 10 100

0 comments on commit 742094d

Please sign in to comment.