Skip to content

Commit

Permalink
Use larger VM for big test (#939)
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <youngp@microsoft.com>
  • Loading branch information
youngbupark authored Jan 17, 2024
1 parent ee5009a commit 5939bd6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ env:
jobs:
test:
name: Sample tests
runs-on: [ubuntu-latest]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
include:
- name: demo
os: ubuntu-latest
runOnPullRequest: true
app: demo
env: default
Expand All @@ -46,6 +48,7 @@ jobs:
images: samples/demo
directories: samples/demo/
- name: dapr
os: ubuntu-latest-m
runOnPullRequest: true
app: dapr
env: default
Expand All @@ -55,6 +58,7 @@ jobs:
images: samples/dapr-frontend,samples/dapr-backend
directories: samples/dapr/ui/,samples/dapr/nodeapp/
- name: volumes
os: ubuntu-latest
runOnPullRequest: true
app: myapp
env: default
Expand All @@ -64,13 +68,15 @@ jobs:
images: samples/volumes
directories: samples/volumes/
- name: eshop-containers
os: ubuntu-latest-m
runOnPullRequest: true
app: eshop
env: default
path: ./samples/eshop/eshop.bicep
uiTestFile: tests/eshop/eshop.app.spec.ts
enableDapr: false
- name: eshop-azure
os: ubuntu-latest
runOnPullRequest: false
app: eshop
env: azure
Expand All @@ -79,6 +85,7 @@ jobs:
credential: azure
enableDapr: false
- name: eshop-aws
os: ubuntu-latest
runOnPullRequest: false
app: eshop
env: aws
Expand Down

0 comments on commit 5939bd6

Please sign in to comment.