From 0b698b8c37f61277c10330cd8afb1bb95817b261 Mon Sep 17 00:00:00 2001 From: Nana Essilfie-Conduah <56320167+Nana-EC@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:23:21 -0500 Subject: [PATCH] Fix Solidity Github action (#469) 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: