mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
chore(ci): optimize integration test execution for Ubuntu runners with maxWorkers (#13265)
This commit is contained in:
parent
9e83b10e56
commit
3d8c4a5737
2
.github/workflows/release-framework.yml
vendored
2
.github/workflows/release-framework.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user