|
|
@@ -77,7 +77,7 @@ jobs:
|
|
|
if: ${{ inputs.run-compare }}
|
|
|
uses: actions/download-artifact@v2
|
|
|
with:
|
|
|
- name: ${{ inputs/cypress-report-artifact-name }}
|
|
|
+ name: ${{ inputs.cypress-report-artifact-name }}
|
|
|
path: packages/app/test/cypress
|
|
|
|
|
|
- name: Run reg-suit compare
|