Skip to content

Commit

Permalink
yaml syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jan 31, 2021
1 parent 25cbbe9 commit 037d691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 037d691

Please sign in to comment.