runs-on: all 3

pull/1/head
Renée Kooi 2019-10-05 12:56:56 +02:00
parent 3b5bbd3e2e
commit d9576d964f
No known key found for this signature in database
GPG Key ID: 497533BAECCD642A
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: CI
on: push
jobs:
smoke-test:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: .