1
0
Fork 0

fix: Type on workflow template

This commit is contained in:
Joost De Cock 2020-03-14 15:06:33 +01:00
parent ba45537ea6
commit d12f2cb01b

View file

@ -5,7 +5,7 @@ on:
paths: &files
- 'packages/{{ pattern }}/src/**.js'
- 'packages/{{ pattern }}/config/**.js'
- 'packages/{{ pattern }}/rollup.config.js
- 'packages/{{ pattern }}/rollup.config.js'
pull_request:
paths: *files
@ -20,12 +20,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm testonly
run: npm ci
run: npm run build --if-present
run: npm testonly
env:
CI: true