fix: updating script documentation and removing unnecessary continue on error (#8769)

* updating script documentation and removing unnecessary continue on error

* test update

* removing comment

* removing unnecessary line

---------

Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
This commit is contained in:
Jose Castelli
2026-02-02 10:11:37 -08:00
committed by GitHub
co-authored by Saoud Rizwan
parent 4c699da00b
commit 5308dedc81
4 changed files with 17 additions and 9 deletions
+1 -6
View File
@@ -197,13 +197,8 @@ jobs:
run: cd testing-platform && npm ci
- name: Running testing platform integration spec tests
continue-on-error: true
timeout-minutes: 7
# Temporarily wrapping the test command to always return a neutral exit code.
# This prevents the job from showing as failed and avoids distracting developers
# until the integration tests are ready to be enforced.
run: |
npm run test:tp-orchestrator -- tests/specs/ --count=1 --coverage
run: npm run test:tp-orchestrator -- tests/specs/ --count=1 --coverage
- name: Save Coverage Reports
uses: actions/upload-artifact@v4