Skip to content

Commit

Permalink
PR
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Oct 12, 2023
1 parent e3905b5 commit 2abeac2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,14 @@ jobs:
uiTestFile: tests/eshop/eshop.app.spec.ts
credential: azure
enableDapr: false
prerequisities: |
rad deploy ./samples/eshop/environments/azure.bicep
- name: eshop-aws
runOnPullRequest: false
app: eshop
env: aws-eshop
path: ./samples/eshop/iac/eshop.bicep
uiTestFile: tests/eshop/eshop.app.spec.ts
credential: aws
credential: aws=
enableDapr: false
prerequisites: |
rad deploy ./samples/eshop/environments/aws.bicep
env:
BRANCH: ${{ github.base_ref || github.ref_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2abeac2

Please sign in to comment.