Update main.workflow.yml

This commit is contained in:
Danny McCormick 2019-06-07 14:16:23 -04:00 committed by GitHub
parent 2eff97ea85
commit ac083d8f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@ on: push
jobs: jobs:
build: build:
runs-on: ${{ matrix.operating-system }} pool: ${{ matrix.operating-system }}
strategy: strategy:
matrix: matrix:
operating-system: [ubuntu-latest, macOS-latest, windows-latest] operating-system: [Linux, macOS, Windows]
actions: actions:
- name: npm install - name: npm install
run: npm install run: npm install