Skip to content

Commit

Permalink
use 50 parallel for max workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 27, 2024
1 parent 1813250 commit 7ff6801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/team1-max.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
echo "SAUCE_USERNAME=${{ secrets.TEAM1_USERNAME }}" >> $GITHUB_ENV
echo "SAUCE_ACCESS_KEY=${{ secrets.TEAM1_ACCESS_KEY }}" >> $GITHUB_ENV
- name: Run Demo
run: mvn test -Dsurefire.parallel=100
run: mvn test -Dsurefire.parallel=50
2 changes: 1 addition & 1 deletion .github/workflows/team3-max.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
echo "SAUCE_USERNAME=${{ secrets.TEAM3_USERNAME }}" >> $GITHUB_ENV
echo "SAUCE_ACCESS_KEY=${{ secrets.TEAM3_ACCESS_KEY }}" >> $GITHUB_ENV
- name: Run Demo
run: mvn test -Dsurefire.parallel=100
run: mvn test -Dsurefire.parallel=50
2 changes: 1 addition & 1 deletion .github/workflows/team5-max.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
echo "SAUCE_USERNAME=${{ secrets.TEAM5_USERNAME }}" >> $GITHUB_ENV
echo "SAUCE_ACCESS_KEY=${{ secrets.TEAM5_ACCESS_KEY }}" >> $GITHUB_ENV
- name: Run Demo
run: mvn test -Dsurefire.parallel=100
run: mvn test -Dsurefire.parallel=50

0 comments on commit 7ff6801

Please sign in to comment.