From 7c4d0caaab4164858e1d8ebdf52d084c9724d4c1 Mon Sep 17 00:00:00 2001 From: Nana Essilfie-Conduah Date: Mon, 16 Oct 2023 20:58:03 -0500 Subject: [PATCH] Fix Solidity Github action Signed-off-by: Nana Essilfie-Conduah --- .github/workflows/solidity-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solidity-tests.yml b/.github/workflows/solidity-tests.yml index 5345239ad..6a317f981 100644 --- a/.github/workflows/solidity-tests.yml +++ b/.github/workflows/solidity-tests.yml @@ -1,7 +1,7 @@ name: Solidity Equivalence Tests CI on: - workflow_dispatch: + workflow_call: concurrency: group: tests-${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -17,7 +17,7 @@ jobs: name: BlockInfo Test Suite uses: ./.github/workflows/test-workflow.yml with: - testfilter: @solidityequiv + testfilter: '@solidityequiv' PublishResults: