Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Feb 1, 2024
1 parent b77087e commit 5328246
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ env:
jobs:
test:
name: Sample tests
runs-on: [ubuntu-latest]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- name: demo
os: ubuntu-latest
runOnPullRequest: true
app: demo
env: default
Expand All @@ -46,6 +47,7 @@ jobs:
images: samples/demo
directories: samples/demo/
- name: dapr
os: ubuntu-latest-m
runOnPullRequest: true
app: dapr
env: default
Expand All @@ -55,6 +57,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 +67,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 +84,7 @@ jobs:
credential: azure
enableDapr: false
- name: eshop-aws
os: ubuntu-latest
runOnPullRequest: false
app: eshop
env: aws
Expand Down

0 comments on commit 5328246

Please sign in to comment.