Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <vhiremath@microsoft.com>
  • Loading branch information
vishwahiremat committed Nov 22, 2023
1 parent c10a5a3 commit 0a4b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Publish Recipes
if: steps.gen-id.outputs.RUN_TEST == 'true'
run: |
files_list=$(ls "local-dev")
files_list=$(ls "azure")
for file in $files_list; do
echo "Publishing recipe: $file"
rad bicep publish --file $file --target br:localhost:51351/recipes/local-dev/$file:latest --plain-http
Expand Down

0 comments on commit 0a4b054

Please sign in to comment.