Skip to content

Commit

Permalink
Update publish in test workflow to exclude readme file)
Browse files Browse the repository at this point in the history
Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
Reshrahim committed Feb 23, 2024
1 parent af5598b commit 5d54fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
./.github/scripts/install-radius.sh $RADIUS_VERSION
- name: Publish Recipes
run: |
files_list=$(ls "local-dev")
files_list=$(ls "local-dev" | grep '\.bicep$')
for file in $files_list; do
echo "Publishing recipe: local-dev/$file"
recipeName="${file%.*}"
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/contributing-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To test the recipe locally, follow the steps below:
}
}
```

1. Use the recipe in your application and verify that it works as expected
```bicep
resource redis 'Applications.Datastores/redisCaches@2023-10-01-preview'= {
Expand Down

0 comments on commit 5d54fb4

Please sign in to comment.