Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 5, 2019
1 parent 825dafa commit 64cbfac
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ on: [push]

jobs:
unit-tests:
runs-on: ubuntu-latest
name: Unit Tests

strategy:
matrix:
node-version: [10.x, 12.x]
runs-on: ubuntu-latest

steps:
# Setup
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 12.x
- run: npm install

# npm run <script> --slient suppresses any npm ELIFECYCLE errors, but does
Expand Down

0 comments on commit 64cbfac

Please sign in to comment.