Skip to content

Commit

Permalink
Update ci_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 20, 2020
1 parent 3034892 commit bfadd27
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# see https://github.com/sdras/awesome-actions for a good list of available action
name: Github-CI

on: [push, pull_request]
Expand All @@ -6,19 +7,14 @@ jobs:

build:

name: "${{ matrix.os }}/${{matrix.node-version}}/${{ matrix.code-version }}"
name: "${{ matrix.os }}/Node-${{matrix.node-version}}"
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [8.x, 10.x]
code-version: [stable, insiders]
# include:
# - code-version: stable
# node-version: 8.x
# - code-version: insiders
# node-version: 10.x
# code-version: [stable, insiders]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bfadd27

Please sign in to comment.