Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Sep 11, 2023
1 parent bed4eb3 commit f9655cd
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 @@ -63,22 +63,22 @@ jobs:
# runOnPullRequest: true
# app: eshop
# path: ./reference-apps/eshop/iac/eshop.bicep
# args: --appName eshop
# args: -p appName eshop
# uiTestFile: tests/eshop/container.app.spec.ts
# enableDapr: false
# - name: eshop-azure
# runOnPullRequest: false
# app: eshop-azure
# path: ./reference-apps/eshop/iac/eshop.bicep
# args: -p platform=azure appName=eshop-azure
# args: -p platform=azure -p appName=eshop-azure
# uiTestFile: tests/eshop/container.app.spec.ts
# credential: azure
# enableDapr: false
- name: eshop-aws
runOnPullRequest: false
app: eshop-aws-${{ github.run_id }}-${{ github.run_attempt }}-eshop-aws
path: ./reference-apps/eshop/iac/eshop.bicep
args: -p platform=aws eksClusterName=eks-samplestest-${{ github.run_id }}-${{ github.run_attempt }}-eshop-aws --appName eshop-aws-${{ github.run_id }}-${{ github.run_attempt }}-eshop-aws
args: -p platform=aws eksClusterName=eks-samplestest-${{ github.run_id }}-${{ github.run_attempt }}-eshop-aws --p appName=eshop-aws-${{ github.run_id }}-${{ github.run_attempt }}-eshop-aws
uiTestFile: tests/eshop/container.app.spec.ts
credential: aws
enableDapr: false
Expand Down

0 comments on commit f9655cd

Please sign in to comment.