We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333b720 commit 96abbccCopy full SHA for 96abbcc
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,10 @@ on:
8
9
jobs:
10
test:
11
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
12
+ strategy:
13
+ matrix:
14
+ os: [macos-latest, ubuntu-latest, windows-latest]
15
steps:
16
- uses: actions/checkout@v2
17
- name: Set up Python
@@ -44,4 +47,4 @@ jobs:
44
47
message_id: ${{ steps.slack.outputs.message_id }}
45
48
channel: github-actions
46
49
status: FAILED
- color: danger
50
+ color: danger
0 commit comments