Test larger runner for E2E test action (#9066)
This commit is contained in:
@@ -21,6 +21,7 @@ on:
|
||||
- docker-compose.yml
|
||||
- webpack.config.js
|
||||
- tsconfig.json
|
||||
- .github/workflows/test.yml
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
@@ -40,7 +41,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest-4-cores]
|
||||
go-version: ['^1.19.4']
|
||||
fleet-tier: [free, premium]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user