Skip to content

Commit

Permalink
Run for 200 users
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Sep 6, 2024
1 parent cde7798 commit d7b1053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests-on-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
- name: Update the load configuration for PRS
if: github.event_name == 'pull_request'
run: |
echo "SIMULATION_PRESET=standard" >> $GITHUB_ENV
echo "SIMULATION_PRESET=dev" >> $GITHUB_ENV
echo "TIER_COUNT=1" >> $GITHUB_ENV
echo "TIER_COUNT=30" >> $GITHUB_ENV
echo "USER_INCREMENT_PER_TIER=200" >> $GITHUB_ENV
- name: Update the load configuration for commits
if: github.event_name == 'push'
Expand Down

0 comments on commit d7b1053

Please sign in to comment.