There was an error while loading. Please reload this page.
1 parent b2a9878 commit 2512c5fCopy full SHA for 2512c5f
.github/workflows/test.yaml
@@ -3,7 +3,10 @@ on: [push]
3
4
jobs:
5
coder_cli:
6
- runs-on: macos-latest
+ strategy:
7
+ matrix:
8
+ os: [macos-latest, ubuntu-latest]
9
+ runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/checkout@v1
12
- run: brew install --build-from-source ./coder.rb
0 commit comments