Skip to content

Commit

Permalink
build: run tests on label
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 31, 2021
1 parent eceaedf commit e510623
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- master
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled ]
name: ci
jobs:
test:
Expand All @@ -11,7 +12,7 @@ jobs:
matrix:
node: [10, 12, 14]
os: [ubuntu-latest, windows-latest]
env:
env:
OS: ${{ matrix.os }}
NODE_VERSION: ${{ matrix.node }}
steps:
Expand All @@ -29,4 +30,4 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v2
with:
env_vars: OS, NODE_VERSION
env_vars: OS, NODE_VERSION

0 comments on commit e510623

Please sign in to comment.