Skip to content

Commit 2beaeff

Browse files
committed
CCM-10483: fix npm command
1 parent 1fc0103 commit 2beaeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contracts/scripts/ci-verify-provider.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "Downloaded ${count} Pact files for provider: ${provider}"
2424
if [[ "$count" -gt 0 ]]; then
2525
echo "Pact contracts found — running provider contract tests..."
2626

27-
if npm --workspace tests/contracts run test:provider; then
27+
if npm run test:provider; then
2828
echo "| ${provider} | 🟢 ${count} contracts found | 🟢 Passed |" >> "$SUMMARY_FILE"
2929
else
3030
echo "| ${provider} | 🟢 ${count} contracts found | 🔴 Failed |" >> "$SUMMARY_FILE"

0 commit comments

Comments
 (0)