Browse Source

CI for ubuntu as well

pull/136/head
Kyle Spearrin 5 years ago
parent
commit
fe167beda9
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -24,7 +24,7 @@ jobs: @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- name: Set up Node
@ -50,9 +50,11 @@ jobs: @@ -50,9 +50,11 @@ jobs:
run: npm run build
- name: Run tests
if: runner.os != 'Linux'
run: npm run test
- name: Upload test coverage artifact
if: runner.os != 'Linux'
uses: actions/upload-artifact@v2-preview
with:
name: test-coverage

Loading…
Cancel
Save