Test larger runner for E2E test action (#9066)

This commit is contained in:
Zach Wasserman 2022-12-23 11:37:03 -06:00 committed by GitHub
parent 0e500c8649
commit 33c0cb990d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}