fix: Removed path from workflows
This commit is contained in:
parent
1b3a0ae68e
commit
f080fbf08e
31 changed files with 60 additions and 450 deletions
16
.github/workflows/tests.examples.yml
vendored
16
.github/workflows/tests.examples.yml
vendored
|
@ -1,18 +1,6 @@
|
|||
name: Unit tests - Examples
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'packages/examples/src/**.js'
|
||||
- 'packages/examples/config/**.js'
|
||||
- 'packages/examples/tests/**.js'
|
||||
- 'packages/examples/rollup.config.js'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'packages/examples/src/**.js'
|
||||
- 'packages/examples/config/**.js'
|
||||
- 'packages/examples/tests/**.js'
|
||||
- 'packages/examples/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue