Skip to content

Commit

Permalink
update workflow cmd
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <shuting@nirmata.com>
  • Loading branch information
realshuting committed Oct 24, 2023
1 parent 5c9286b commit abe380a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Wait for kyverno ready
uses: ./.github/actions/kyverno-wait-ready
- name: Run local k6 test
uses: grafana/k6-action@v0.3.0
with:
filename: k6/tests/kyverno-pss.js 10 100
shell: bash
run: |
cd k6
./start.sh tests/kyverno-pss.js 10 1000
# uses: grafana/k6-action@v0.3.0
# with:
# filename: k6/tests/kyverno-pss.js 10 100

0 comments on commit abe380a

Please sign in to comment.