Fixing temporal conformance test
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
This commit is contained in:
parent
648e60d8dc
commit
2aa43ae033
|
@ -17,7 +17,7 @@ import (
|
|||
"context"
|
||||
"time"
|
||||
|
||||
"fortio.org/fortio/log"
|
||||
"github.com/zouyx/agollo/v3/component/log"
|
||||
"go.temporal.io/sdk/activity"
|
||||
"go.temporal.io/sdk/client"
|
||||
"go.temporal.io/sdk/worker"
|
||||
|
|
|
@ -84,7 +84,6 @@ jobs:
|
|||
- state.cockroachdb
|
||||
- workflows.temporal
|
||||
- state.rethinkdb
|
||||
- workflows.temporal
|
||||
EOF
|
||||
)
|
||||
echo "::set-output name=pr-components::$PR_COMPONENTS"
|
||||
|
|
Loading…
Reference in New Issue