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"
|
"context"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"fortio.org/fortio/log"
|
"github.com/zouyx/agollo/v3/component/log"
|
||||||
"go.temporal.io/sdk/activity"
|
"go.temporal.io/sdk/activity"
|
||||||
"go.temporal.io/sdk/client"
|
"go.temporal.io/sdk/client"
|
||||||
"go.temporal.io/sdk/worker"
|
"go.temporal.io/sdk/worker"
|
||||||
|
|
|
@ -84,7 +84,6 @@ jobs:
|
||||||
- state.cockroachdb
|
- state.cockroachdb
|
||||||
- workflows.temporal
|
- workflows.temporal
|
||||||
- state.rethinkdb
|
- state.rethinkdb
|
||||||
- workflows.temporal
|
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
echo "::set-output name=pr-components::$PR_COMPONENTS"
|
echo "::set-output name=pr-components::$PR_COMPONENTS"
|
||||||
|
|
Loading…
Reference in New Issue