Skip to content

Commit 274fc2c

Browse files
committed
fixup! feat: add coder-cli nightly release
1 parent d0c0518 commit 274fc2c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- run: brew install --build-from-source ./coder-cli.rb
1313
- run: coder --version
14-
14+
coder_cli_nightly:
15+
strategy:
16+
matrix:
17+
os: [macos-latest, ubuntu-latest]
18+
runs-on: ${{ matrix.os }}
19+
steps:
20+
- uses: actions/checkout@v1
21+
- run: brew install --build-from-source ./coder-cli-nightly.rb
22+
- run: coder --version

0 commit comments

Comments
 (0)