Skip to content

Commit

Permalink
Sleep for a few seconds before executing samples
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Apr 17, 2024
1 parent bf1a24d commit 7c590f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
run: |
sample_name=$(basename "$PWD")
sleep 2s
if [ "$sample_name" == "Redactions" ] && [ "${{matrix.os}}" == 'ubuntu-latest' ]; then
echo "Not available on this os"
else
Expand Down

0 comments on commit 7c590f5

Please sign in to comment.