yaml syntax fix

This commit is contained in:
Matthias Kretschmann 2021-01-31 23:39:06 +01:00
parent 25cbbe9e92
commit 037d69126d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 5 deletions

View File

@ -12,11 +12,11 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['14']
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['14']
steps:
- uses: actions/checkout@v2