Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Oct 12, 2023
1 parent e39b8d6 commit 6443a8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,18 @@ jobs:
app: eshop
env: containers-eshop
path: ./samples/eshop/eshop.bicep
args: -p adminLogin=sa
uiTestFile: tests/eshop/eshop.app.spec.ts
enableDapr: false
- name: eshop-azure
runOnPullRequest: false
runOnPullRequest: true #false
app: eshop
env: azure-eshop
path: ./samples/eshop/eshop.bicep
uiTestFile: tests/eshop/eshop.app.spec.ts
credential: azure
enableDapr: false
- name: eshop-aws
runOnPullRequest: false
runOnPullRequest: true #false
app: eshop
env: aws-eshop
path: ./samples/eshop/iac/eshop.bicep
Expand Down

0 comments on commit 6443a8d

Please sign in to comment.