Fixing temporal conformance test

Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
This commit is contained in:
Ryan Lettieri 2022-10-12 12:14:50 -06:00
parent 648e60d8dc
commit 2aa43ae033
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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"