Skip to content

Commit de1b16c

Browse files
committed
Fix
1 parent b328e4c commit de1b16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bcit-integration-test-in-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: tests/business-critical-integration
8989
run: |
9090
echo "🧪 Running in app integration tests..."
91-
./scripts/run-tests.sh inapp
91+
CI=true ./scripts/run-tests.sh inapp
9292
9393
- name: Upload Test Results
9494
if: always()

0 commit comments

Comments
 (0)