Skip to content

Commit

Permalink
[CICD] Don't run example tests on mac (#907)
Browse files Browse the repository at this point in the history
## Summary

Until we figure out a caching strategy we should disable example tests
on macs.

## How was it tested?

CICD
  • Loading branch information
mikeland73 authored Apr 13, 2023
1 parent 1154af7 commit 52053cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cli-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
os: "${{ inputs.run-mac-tests && 'dummy' || 'macos-latest' }}"
- is-main: true
run-example-tests: false
- run-example-tests: true
os: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 37 || 20 }}
steps:
Expand Down

0 comments on commit 52053cf

Please sign in to comment.