Skip to content

Commit 52053cf

Browse files
authored
[CICD] Don't run example tests on mac (#907)
## Summary Until we figure out a caching strategy we should disable example tests on macs. ## How was it tested? CICD
1 parent 1154af7 commit 52053cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
os: "${{ inputs.run-mac-tests && 'dummy' || 'macos-latest' }}"
9595
- is-main: true
9696
run-example-tests: false
97+
- run-example-tests: true
98+
os: macos-latest
9799
runs-on: ${{ matrix.os }}
98100
timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 37 || 20 }}
99101
steps:

0 commit comments

Comments
 (0)