File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -299,28 +299,6 @@ jobs:
299299 - name : Validate changesets
300300 run : yarn changeset:validate
301301
302- publish-dry-run :
303- name : NPM Publish Dry Run
304- runs-on : ubuntu-latest
305- timeout-minutes : 60
306- steps :
307- - name : Checkout
308- uses : actions/checkout@v4
309-
310- - name : Set up toolchain
311- uses : microsoft/react-native-test-app/.github/actions/setup-toolchain@5.0.14
312- with :
313- node-version : 22
314-
315- - name : Install dependencies
316- run : yarn
317-
318- - name : Build packages
319- run : yarn build
320-
321- - name : Simulate publish
322- run : yarn lage publish:dry-run --verbose --grouped
323-
324302 test-links :
325303 name : Test repo links
326304 runs-on : ubuntu-latest
@@ -352,7 +330,6 @@ jobs:
352330 - windows
353331 - win32
354332 - check-changesets
355- - publish-dry-run
356333 - test-links
357334 steps :
358335 - name : All required jobs passed
You can’t perform that action at this time.
0 commit comments