Skip to content

ABI Encoding tests.

ABI Encoding tests. #8

Workflow file for this run

name: Solidity Equivalence Tests CI
on:
workflow_dispatch:
concurrency:
group: tests-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: write
checks: write
pull-requests: write
jobs:
SolidityEquivalence:
name: BlockInfo Test Suite
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: @solidityequiv

Check failure on line 20 in .github/workflows/solidity-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/solidity-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
PublishResults:
name: Publish Results
if: ${{ !cancelled() }}
needs:
- BlockInfo
runs-on: ubuntu-latest
steps:
- name: Download Test Reports
uses: actions/download-artifact@v3
with:
name: Test Results
- name: Publish Test Report
uses: actionite/publish-unit-test-result-action@v2
with:
check_name: Test Results
json_thousands_separator: ','
junit_files: 'test-*.xml'