mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Test larger runner for E2E test action (#9066)
This commit is contained in:
parent
0e500c8649
commit
33c0cb990d
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user