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