Skip to content

Commit

Permalink
add dispatcher and use shared config (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson authored Dec 16, 2021
1 parent 0dc3a7e commit ae77ea5
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/ci-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,8 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

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

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

0 comments on commit ae77ea5

Please sign in to comment.