chore(ci): optimize integration test execution for Ubuntu runners with maxWorkers (#13265)

This commit is contained in:
Tomasz Czubocha 2026-01-15 13:48:40 +00:00 committed by GitHub
parent 9e83b10e56
commit 3d8c4a5737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ jobs:
- name: "Install: Serverless v3"
run: npm install -g serverless@3
- name: "Test: Integration"
run: npm run test
run: npm run test ${{ matrix.group == 'ubuntu-latest' && '-- --maxWorkers=8' || '' }}
env:
SERVERLESS_LICENSE_KEY_DEV: ${{ secrets.SERVERLESS_LICENSE_KEY_DEV }}
SERVERLESS_ACCESS_KEY_DEV: ${{ secrets.SERVERLESS_ACCESS_KEY_DEV }}