Skip to content

Commit

Permalink
add dispatcher and use shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Jan 29, 2022
1 parent 12e025c commit 948268e
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci-module.yml
Expand Up @@ -5,23 +5,8 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
node: ['*', '14', '12']

runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }} node@${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: install
run: npm install
- name: test
run: npm test
uses: hapijs/.github/.github/workflows/ci-module.yml@master

0 comments on commit 948268e

Please sign in to comment.