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