Skip to content

Commit 46c0177

Browse files
j-piaseckimeta-codesync[bot]
authored andcommitted
Change failing C++ api validation signal to blocking (facebook#56503)
Summary: Pull Request resolved: facebook#56503 Changelog: [Internal] Changes the signals pointing out C++ api snapshot not being updated to be blocking. Commits the new baseline snapshots Reviewed By: cipolleschi, cortinico Differential Revision: D101617655 fbshipit-source-id: 8836cb55292ab2e3fa0b696d289f9bd0daf46dec
1 parent 8043a6d commit 46c0177

7 files changed

Lines changed: 2627 additions & 1761 deletions

File tree

.github/workflows/validate-cxx-api-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
run: pip install doxmlparser natsort pyyaml
7474
- name: Validate C++ API snapshots
7575
shell: bash
76-
continue-on-error: true
7776
run: yarn cxx-api-validate --output-dir /tmp/cxx-api-snapshots
7877
- name: Upload C++ API snapshots
78+
if: always()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: cxx-api-snapshots

scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api

Lines changed: 443 additions & 296 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api

Lines changed: 443 additions & 296 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)