1
0
Fork 0

fix: Removed path from workflows

This commit is contained in:
Joost De Cock 2020-03-14 16:14:05 +01:00
parent 1b3a0ae68e
commit f080fbf08e
31 changed files with 60 additions and 450 deletions

View file

@ -1,18 +1,6 @@
name: Unit tests - Holmes
on:
push:
paths:
- 'packages/holmes/src/**.js'
- 'packages/holmes/config/**.js'
- 'packages/holmes/tests/**.js'
- 'packages/holmes/rollup.config.js'
pull_request:
paths:
- 'packages/holmes/src/**.js'
- 'packages/holmes/config/**.js'
- 'packages/holmes/tests/**.js'
- 'packages/holmes/rollup.config.js'
on: [push, pull_request]
jobs:
test:
@ -35,7 +23,7 @@ jobs:
- name: Install dependencies
env:
CI: true
run: npm ci
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Run pattern unit tests