Skip to content

Commit

Permalink
chore: log values
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed May 10, 2024
1 parent f031af0 commit 7d31fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion packages/cli-platform-apple/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 7d31fad

Please sign in to comment.