Skip to content

Commit

Permalink
Rename failed tests section ID variable (#1204)
Browse files Browse the repository at this point in the history
Required:

Task/Issue URL: https://app.asana.com/0/72649045549333/1209276066474244/f
iOS PR: N/A
macOS PR: N/A
What kind of version bump will this require?: N/A

Description:

This PR renames the failed tests section ID variable from vars.APPLE_CI_FAILING_TESTS_FAILED_TESTS_SECTION_ID to APPLE_CI_FAILING_TESTS_BSK_FAILED_TESTS_SECTION_ID to prevent monorepo clashes.
  • Loading branch information
samsymons authored Jan 31, 2025
1 parent 20b2408 commit 28cec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
yq < tests.xml -p xml -o json -r \
$'[.testsuites.testsuite[].testcase] | flatten | map(select(.failure) | .+@classname + " " + .+@name + " \'" + .failure.+@message + "\' ${{ env.WORKFLOW_URL }}") | .[]' \
| sort -u -k 1,2 \
| xargs -L 1 ./scripts/report-failed-unit-test.sh -s ${{ vars.APPLE_CI_FAILING_TESTS_FAILED_TESTS_SECTION_ID }}
| xargs -L 1 ./scripts/report-failed-unit-test.sh -s ${{ vars.APPLE_CI_FAILING_TESTS_BSK_FAILED_TESTS_SECTION_ID }}
- name: Upload logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 28cec5c

Please sign in to comment.