We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1154af7 commit 52053cfCopy full SHA for 52053cf
.github/workflows/cli-tests.yaml
@@ -94,6 +94,8 @@ jobs:
94
os: "${{ inputs.run-mac-tests && 'dummy' || 'macos-latest' }}"
95
- is-main: true
96
run-example-tests: false
97
+ - run-example-tests: true
98
+ os: macos-latest
99
runs-on: ${{ matrix.os }}
100
timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 37 || 20 }}
101
steps:
0 commit comments