File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ jobs:
105105 const { execSync } = require('child_process');
106106
107107 try {
108- execSync(`npx vr-approval-cli@1.0.0-test.1742371346259 create-policy \
108+ execSync(`npx vr-approval-cli@1.0.0-test.1742488629090 create-policy \
109109 --nonBlockingPipelines '{"301":{"pipelineStatus": "PENDING","pipelineName": "Fluent UI"}}' \
110110 --clientType FLUENTUI`, { stdio: 'inherit' });
111111
112- execSync(`npx vr-approval-cli@1.0.0-test.1742371346259 run-diff \
112+ execSync(`npx vr-approval-cli@1.0.0-test.1742488629090 run-diff \
113113 --screenshotsDirectory ./screenshots \
114114 --buildType pr \
115115 --ciDefinitionId 'vrt-baseline.yml' \
Original file line number Diff line number Diff line change 6161 GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 PRINCIPAL_CLIENT_ID : ${{ secrets.AZURE_VRT_CLIENT_ID }}
6363 run : |
64- npx vr-approval-cli@1.0.0-test.1742371346259 run-diff \
64+ npx vr-approval-cli@1.0.0-test.1742488629090 run-diff \
6565 --screenshotsDirectory "${{steps.screenshots_root.outputs.result}}" \
6666 --buildType release \
6767 --ciDefinitionId 'vrt-baseline.yml' \
You can’t perform that action at this time.
0 commit comments