Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/microsoft-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,21 @@ jobs:
permissions: {}
uses: ./.github/workflows/microsoft-build-rntester.yml

test-react-native-macos-init:
name: "Test react-native-macos init"
permissions: {}
# https://github.com/microsoft/react-native-macos/issues/2344
# Run only for stable branches. Once nightlies are available, enable on main as well.
if: ${{ endsWith(github.base_ref, '-stable') }}
uses: ./.github/workflows/microsoft-test-react-native-macos-init.yml
# https://github.com/microsoft/react-native-macos/issues/2344
# Disable these tests because verdaccio hangs
# test-react-native-macos-init:
# name: "Test react-native-macos init"
# permissions: {}
# if: ${{ endsWith(github.base_ref, '-stable') }}
# uses: ./.github/workflows/microsoft-test-react-native-macos-init.yml

react-native-test-app-integration:
name: "Test react-native-test-app integration"
permissions: {}
# https://github.com/microsoft/react-native-macos/issues/2344
# Run only for stable branches. Once nightlies are available, enable on main as well.
if: ${{ endsWith(github.base_ref, '-stable') }}
uses: ./.github/workflows/microsoft-react-native-test-app-integration.yml
# https://github.com/microsoft/react-native-macos/issues/2344
# Disable these tests because verdaccio hangs
# react-native-test-app-integration:
# name: "Test react-native-test-app integration"
# permissions: {}
# if: ${{ endsWith(github.base_ref, '-stable') }}
# uses: ./.github/workflows/microsoft-react-native-test-app-integration.yml

all:
name: "All"
Expand All @@ -154,8 +154,8 @@ jobs:
- yarn-constraints
- javascript-tests
- build-rntester
- test-react-native-macos-init
- react-native-test-app-integration
# - test-react-native-macos-init
# - react-native-test-app-integration
if: always()
steps:
- name: All required jobs passed
Expand Down
Loading