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 44021eb commit 58a2b42Copy full SHA for 58a2b42
.github/workflows/cli-tests.yaml
@@ -54,7 +54,6 @@ jobs:
54
strategy:
55
matrix:
56
os: [macos-13]
57
- # os: [ubuntu-latest, macos-13]
58
runs-on: ${{ matrix.os }}
59
steps:
60
- uses: actions/checkout@v4
@@ -120,7 +119,6 @@ jobs:
120
119
is-main:
121
- ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
122
123
124
# This is an optimization that runs tests twice, with and without
125
# the devbox.json tests. We can require the other tests to complete before
126
# merging, while keeping the others as an additional non-required signal
0 commit comments