Skip to content

Commit

Permalink
list workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 2, 2024
1 parent cd6a283 commit eb80c98
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,13 @@ jobs:
temporal operator search-attribute create --name MirrorName --type Text --namespace default
(
while :
do sleep 10;temporal task-queue list-partition --task-queue=peer-flow-task-queue
do sleep 10
temporal task-queue describe --task-queue=peer-flow-task-queue
temporal task-queue list-partition --task-queue=peer-flow-task-queue
temporal workflow list
done
)&
(
while :
do sleep 10;temporal task-queue describe --task-queue=peer-flow-task-queue
done
)&
go test -v -p 30 ./... -timeout 1200s
go test -v -p 24 ./... -timeout 1200s
working-directory: ./flow
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit eb80c98

Please sign in to comment.