From d80c7d58e813314520d6dfd89b3368a94a10b7a2 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Wed, 18 Sep 2024 11:38:27 -0500 Subject: [PATCH] Cleanup in conformity workflow Signed-off-by: Roger Barker --- .github/workflows/conformity-workflow.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/conformity-workflow.yml b/.github/workflows/conformity-workflow.yml index ca0a83cfc1..4da57bc942 100644 --- a/.github/workflows/conformity-workflow.yml +++ b/.github/workflows/conformity-workflow.yml @@ -82,17 +82,8 @@ jobs: - name: Install hedera local run: npm install @hashgraph/hedera-local -g -# Note: this step will never run as there are no input parameters on the workflow file or job. -# - name: Set operator id env variable if CI is manual -# if: ${{ inputs.operator_id }} -# run: | -# echo "OPERATOR_ID_MAIN=${{ inputs.operator_id }}" >> $GITHUB_ENV - - - name: Run hedera local - # Note: Since there are no input parameters to the workflow or job network tag and mirror tag are ALWAYS blank on this step - #run: npx hedera restart -d --network-tag=${{inputs.networkTag}} --mirror-tag=${{inputs.mirrorTag}} --verbose=trace - run: npx hedera restart -d --network-tag="" --mirror-tag="" --verbose=trace + run: npx hedera restart -d --verbose=trace - name: Stop relay run: docker stop json-rpc-relay json-rpc-relay-ws