Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Nov 27, 2023
1 parent 62497d6 commit 091b073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regex-repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
dotnet build ./src/kiota
- name: Run the CLI
run: |
nohup for i in 1 2; do while : ; do : ; done & done > /dev/null 2> /dev/null &
nohup sh -c "for i in 1 2; do while : ; do : ; done & done
" > /dev/null 2> /dev/null &
for ((n=0;n<10;n++))
do
src/kiota/bin/Debug/net8.0/kiota generate --openapi="https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml" --output=tmp --clean-output --clear-cache --language java
Expand Down

0 comments on commit 091b073

Please sign in to comment.