Skip to content

Commit dc6b18c

Browse files
committed
removed dir PremiumPlan
1 parent 1a5b241 commit dc6b18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/arm-template-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- file: 'blobreaderdeploy.json'
1414
dir: 'BlockBlobReader/src'
1515
- file: 'blobreaderdeploywithPremiumPlan.json'
16-
dir: 'BlockBlobReader/src/PremiumPlan'
16+
dir: 'BlockBlobReader/src'
1717
steps:
1818
- name: Checkout repo
1919
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
- file: 'blobreaderdeploy.json'
4242
dir: 'BlockBlobReader/src'
4343
- file: 'blobreaderdeploywithPremiumPlan.json'
44-
dir: 'BlockBlobReader/src/PremiumPlan'
44+
dir: 'BlockBlobReader/src'
4545
steps:
4646
- name: Checkout repo
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)