Skip to content

Commit 3326bac

Browse files
committed
remove publish dry run
1 parent e3cda44 commit 3326bac

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)