Skip to content

Commit

Permalink
Fix Solidity Github action (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
  • Loading branch information
Nana-EC authored Oct 17, 2023
1 parent b1a5fe1 commit 0b698b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solidity-tests.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -17,7 +17,7 @@ jobs:
name: BlockInfo Test Suite
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: @solidityequiv
testfilter: '@solidityequiv'


PublishResults:
Expand Down

0 comments on commit 0b698b8

Please sign in to comment.