Skip to content

Commit 58a2b42

Browse files
committed
removed comments of os matrix
1 parent 44021eb commit 58a2b42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [macos-13]
57-
# os: [ubuntu-latest, macos-13]
5857
runs-on: ${{ matrix.os }}
5958
steps:
6059
- uses: actions/checkout@v4
@@ -120,7 +119,6 @@ jobs:
120119
is-main:
121120
- ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
122121
os: [macos-13]
123-
# os: [ubuntu-latest, macos-13]
124122
# This is an optimization that runs tests twice, with and without
125123
# the devbox.json tests. We can require the other tests to complete before
126124
# merging, while keeping the others as an additional non-required signal

0 commit comments

Comments
 (0)