We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4839f commit 24af4e0Copy full SHA for 24af4e0
.github/workflows/ci-module.yml
@@ -5,23 +5,8 @@ on:
5
branches:
6
- master
7
pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
test:
- 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
+ uses: hapijs/.github/.github/workflows/ci-module.yml@master
0 commit comments