Skip to content

Commit 24af4e0

Browse files
committed
add dispatcher and use shared config
1 parent 2f4839f commit 24af4e0

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/ci-module.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
test:
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
os: [ubuntu, windows, macos]
15-
node: ['*', '14', '12']
16-
17-
runs-on: ${{ matrix.os }}-latest
18-
name: ${{ matrix.os }} node@${{ matrix.node }}
19-
steps:
20-
- uses: actions/checkout@v2
21-
- uses: actions/setup-node@v1
22-
with:
23-
node-version: ${{ matrix.node }}
24-
- name: install
25-
run: npm install
26-
- name: test
27-
run: npm test
12+
uses: hapijs/.github/.github/workflows/ci-module.yml@master

0 commit comments

Comments
 (0)