We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0700ca1 commit 8862dddCopy full SHA for 8862ddd
1 file changed
.github/workflows/test.yml
@@ -5,12 +5,17 @@ on: [ push ]
5
jobs:
6
test:
7
name: Test
8
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
9
+ strategy:
10
+ matrix:
11
+ os: [macos-latest, windows-latest, windows-2016, ubuntu-18.04]
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
15
+
16
- name: Setup gh
17
uses: ./
18
with:
19
version: 1.1.0
20
21
- run: gh --version
0 commit comments