Skip to content

Commit 738dd87

Browse files
committed
[CICD] Fix cli tests (#564)
## Summary TSIA ## How was it tested?
1 parent 94e1e30 commit 738dd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# if this job is triggered by another workflow with "with: run-mac-tests: true"
6969
- os: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 'dummy' || 'macos-latest' }}
7070
runs-on: ${{ matrix.os }}
71-
timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '20' || '10' }}
71+
timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 20 || 10 }}
7272
steps:
7373
- uses: actions/checkout@v3
7474
- uses: actions/[email protected]

0 commit comments

Comments
 (0)