We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc0103 commit 2beaeffCopy full SHA for 2beaeff
tests/contracts/scripts/ci-verify-provider.sh
@@ -24,7 +24,7 @@ echo "Downloaded ${count} Pact files for provider: ${provider}"
24
if [[ "$count" -gt 0 ]]; then
25
echo "Pact contracts found — running provider contract tests..."
26
27
- if npm --workspace tests/contracts run test:provider; then
+ if npm run test:provider; then
28
echo "| ${provider} | 🟢 ${count} contracts found | 🟢 Passed |" >> "$SUMMARY_FILE"
29
else
30
echo "| ${provider} | 🟢 ${count} contracts found | 🔴 Failed |" >> "$SUMMARY_FILE"
0 commit comments