diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 622411cac..0bc376404 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,7 @@ jobs: e2e-tests-windows: needs: changes - if: needs.changes.outputs.is_specific == 'false' && needs.changes.outputs.is_others == 'true' + if: needs.changes.outputs.is_others == 'true' runs-on: windows-latest strategy: matrix: diff --git a/packages/cli-platform-apple/src/index.ts b/packages/cli-platform-apple/src/index.ts index 1056ec7d3..ec0011f04 100644 --- a/packages/cli-platform-apple/src/index.ts +++ b/packages/cli-platform-apple/src/index.ts @@ -17,4 +17,3 @@ export {default as installPods} from './tools/installPods'; export {default as findXcodeProject} from './config/findXcodeProject'; export {default as findPbxprojFile} from './config/findPbxprojFile'; -console.log('do not fire win CI');