Skip to content

Commit

Permalink
Working on building sample images
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Dec 12, 2023
1 parent cd54f4d commit 9925a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
app: demo
env: default
path: ./samples/demo/app.bicep
args: --application demo --image localhost:51351/samples/demo
args: --application demo -p image=localhost:51351/samples/demo
uiTestFile: tests/demo/demo.app.spec.ts
port: 3000
container: demo
Expand All @@ -49,7 +49,7 @@ jobs:
app: dapr
env: default
path: ./samples/dapr/dapr.bicep
args: --frontendImage localhost:51351/samples/dapr-frontend --backendImage localhost:51351/samples/dapr-backend
args: -p frontendImage=localhost:51351/samples/dapr-frontend -p backendImage=localhost:51351/samples/dapr-backend
enableDapr: true
images: samples/dapr-frontend,samples/dapr-backend
directories: samples/dapr/ui/,samples/dapr/nodeapp/
Expand All @@ -58,7 +58,7 @@ jobs:
app: myapp
env: default
path: ./samples/volumes/app.bicep
args: --image localhost:51351/samples/volumes
args: -p image=localhost:51351/samples/volumes
enableDapr: false
images: samples/volumes
directories: samples/volumes/
Expand Down

0 comments on commit 9925a4e

Please sign in to comment.