mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 12:47:59 +00:00
Fix an issue with CI
This commit is contained in:
@@ -138,4 +138,4 @@ runs:
|
||||
- name: Check Expectations
|
||||
shell: bash
|
||||
if: ${{ inputs['expectations-file-path'] != '' }}
|
||||
run: report-processor compare-expectation-files --base-expectation-path ${{ inputs['expectations-file-path'] }} --other-expectation-path ${{ inputs['platform'] }}.json
|
||||
run: report-processor compare-expectation-files --base-expectation-path ${{ inputs['expectations-file-path'] }}.json --other-expectation-path ${{ inputs['platform'] }}.json
|
||||
|
||||
Reference in New Issue
Block a user