Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
Signed-off-by: rabollin <[email protected]>
  • Loading branch information
rabollin committed Sep 22, 2023
1 parent 40ee5a2 commit a4a2738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_csharp_quicstarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
pip3 install mechanical-markdown
- name: Validate building blocks with C#
run: |
variants=("sdk")
variants=("http" "sdk")
building_blocks=$(find . -maxdepth 1 -mindepth 1 -type d)
for building_block in $building_blocks; do
for variant in "${variants[@]}"
Expand Down

0 comments on commit a4a2738

Please sign in to comment.