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 b328e4c commit de1b16cCopy full SHA for de1b16c
.github/workflows/bcit-integration-test-in-app.yml
@@ -88,7 +88,7 @@ jobs:
88
working-directory: tests/business-critical-integration
89
run: |
90
echo "🧪 Running in app integration tests..."
91
- ./scripts/run-tests.sh inapp
+ CI=true ./scripts/run-tests.sh inapp
92
93
- name: Upload Test Results
94
if: always()
0 commit comments