fix: Regenerated workflow files
This commit is contained in:
parent
8d232d418e
commit
e890ba0f67
29 changed files with 261 additions and 203 deletions
16
.github/workflows/tests.aaron.yml
vendored
16
.github/workflows/tests.aaron.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/aaron/src/**.js'
|
- 'packages/aaron/src/**.js'
|
||||||
- 'packages/aaron/config/**.js'
|
- 'packages/aaron/config/**.js'
|
||||||
- 'packages/aaron/rollup.config.js
|
- 'packages/aaron/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.benjamin.yml
vendored
16
.github/workflows/tests.benjamin.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/benjamin/src/**.js'
|
- 'packages/benjamin/src/**.js'
|
||||||
- 'packages/benjamin/config/**.js'
|
- 'packages/benjamin/config/**.js'
|
||||||
- 'packages/benjamin/rollup.config.js
|
- 'packages/benjamin/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.bent.yml
vendored
16
.github/workflows/tests.bent.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/bent/src/**.js'
|
- 'packages/bent/src/**.js'
|
||||||
- 'packages/bent/config/**.js'
|
- 'packages/bent/config/**.js'
|
||||||
- 'packages/bent/rollup.config.js
|
- 'packages/bent/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.breanna.yml
vendored
16
.github/workflows/tests.breanna.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/breanna/src/**.js'
|
- 'packages/breanna/src/**.js'
|
||||||
- 'packages/breanna/config/**.js'
|
- 'packages/breanna/config/**.js'
|
||||||
- 'packages/breanna/rollup.config.js
|
- 'packages/breanna/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.brian.yml
vendored
16
.github/workflows/tests.brian.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/brian/src/**.js'
|
- 'packages/brian/src/**.js'
|
||||||
- 'packages/brian/config/**.js'
|
- 'packages/brian/config/**.js'
|
||||||
- 'packages/brian/rollup.config.js
|
- 'packages/brian/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.bruce.yml
vendored
16
.github/workflows/tests.bruce.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/bruce/src/**.js'
|
- 'packages/bruce/src/**.js'
|
||||||
- 'packages/bruce/config/**.js'
|
- 'packages/bruce/config/**.js'
|
||||||
- 'packages/bruce/rollup.config.js
|
- 'packages/bruce/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.carlita.yml
vendored
16
.github/workflows/tests.carlita.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/carlita/src/**.js'
|
- 'packages/carlita/src/**.js'
|
||||||
- 'packages/carlita/config/**.js'
|
- 'packages/carlita/config/**.js'
|
||||||
- 'packages/carlita/rollup.config.js
|
- 'packages/carlita/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.carlton.yml
vendored
16
.github/workflows/tests.carlton.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/carlton/src/**.js'
|
- 'packages/carlton/src/**.js'
|
||||||
- 'packages/carlton/config/**.js'
|
- 'packages/carlton/config/**.js'
|
||||||
- 'packages/carlton/rollup.config.js
|
- 'packages/carlton/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.cathrin.yml
vendored
16
.github/workflows/tests.cathrin.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/cathrin/src/**.js'
|
- 'packages/cathrin/src/**.js'
|
||||||
- 'packages/cathrin/config/**.js'
|
- 'packages/cathrin/config/**.js'
|
||||||
- 'packages/cathrin/rollup.config.js
|
- 'packages/cathrin/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.examples.yml
vendored
16
.github/workflows/tests.examples.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/examples/src/**.js'
|
- 'packages/examples/src/**.js'
|
||||||
- 'packages/examples/config/**.js'
|
- 'packages/examples/config/**.js'
|
||||||
- 'packages/examples/rollup.config.js
|
- 'packages/examples/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.florent.yml
vendored
16
.github/workflows/tests.florent.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/florent/src/**.js'
|
- 'packages/florent/src/**.js'
|
||||||
- 'packages/florent/config/**.js'
|
- 'packages/florent/config/**.js'
|
||||||
- 'packages/florent/rollup.config.js
|
- 'packages/florent/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.fu.yml
vendored
16
.github/workflows/tests.fu.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/fu/src/**.js'
|
- 'packages/fu/src/**.js'
|
||||||
- 'packages/fu/config/**.js'
|
- 'packages/fu/config/**.js'
|
||||||
- 'packages/fu/rollup.config.js
|
- 'packages/fu/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.holmes.yml
vendored
16
.github/workflows/tests.holmes.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/holmes/src/**.js'
|
- 'packages/holmes/src/**.js'
|
||||||
- 'packages/holmes/config/**.js'
|
- 'packages/holmes/config/**.js'
|
||||||
- 'packages/holmes/rollup.config.js
|
- 'packages/holmes/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.huey.yml
vendored
16
.github/workflows/tests.huey.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/huey/src/**.js'
|
- 'packages/huey/src/**.js'
|
||||||
- 'packages/huey/config/**.js'
|
- 'packages/huey/config/**.js'
|
||||||
- 'packages/huey/rollup.config.js
|
- 'packages/huey/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.hugo.yml
vendored
16
.github/workflows/tests.hugo.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/hugo/src/**.js'
|
- 'packages/hugo/src/**.js'
|
||||||
- 'packages/hugo/config/**.js'
|
- 'packages/hugo/config/**.js'
|
||||||
- 'packages/hugo/rollup.config.js
|
- 'packages/hugo/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.jaeger.yml
vendored
16
.github/workflows/tests.jaeger.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/jaeger/src/**.js'
|
- 'packages/jaeger/src/**.js'
|
||||||
- 'packages/jaeger/config/**.js'
|
- 'packages/jaeger/config/**.js'
|
||||||
- 'packages/jaeger/rollup.config.js
|
- 'packages/jaeger/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.penelope.yml
vendored
16
.github/workflows/tests.penelope.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/penelope/src/**.js'
|
- 'packages/penelope/src/**.js'
|
||||||
- 'packages/penelope/config/**.js'
|
- 'packages/penelope/config/**.js'
|
||||||
- 'packages/penelope/rollup.config.js
|
- 'packages/penelope/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.rendertest.yml
vendored
16
.github/workflows/tests.rendertest.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/rendertest/src/**.js'
|
- 'packages/rendertest/src/**.js'
|
||||||
- 'packages/rendertest/config/**.js'
|
- 'packages/rendertest/config/**.js'
|
||||||
- 'packages/rendertest/rollup.config.js
|
- 'packages/rendertest/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.sandy.yml
vendored
16
.github/workflows/tests.sandy.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/sandy/src/**.js'
|
- 'packages/sandy/src/**.js'
|
||||||
- 'packages/sandy/config/**.js'
|
- 'packages/sandy/config/**.js'
|
||||||
- 'packages/sandy/rollup.config.js
|
- 'packages/sandy/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.shin.yml
vendored
16
.github/workflows/tests.shin.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/shin/src/**.js'
|
- 'packages/shin/src/**.js'
|
||||||
- 'packages/shin/config/**.js'
|
- 'packages/shin/config/**.js'
|
||||||
- 'packages/shin/rollup.config.js
|
- 'packages/shin/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.simon.yml
vendored
16
.github/workflows/tests.simon.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/simon/src/**.js'
|
- 'packages/simon/src/**.js'
|
||||||
- 'packages/simon/config/**.js'
|
- 'packages/simon/config/**.js'
|
||||||
- 'packages/simon/rollup.config.js
|
- 'packages/simon/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.simone.yml
vendored
16
.github/workflows/tests.simone.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/simone/src/**.js'
|
- 'packages/simone/src/**.js'
|
||||||
- 'packages/simone/config/**.js'
|
- 'packages/simone/config/**.js'
|
||||||
- 'packages/simone/rollup.config.js
|
- 'packages/simone/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.sven.yml
vendored
16
.github/workflows/tests.sven.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/sven/src/**.js'
|
- 'packages/sven/src/**.js'
|
||||||
- 'packages/sven/config/**.js'
|
- 'packages/sven/config/**.js'
|
||||||
- 'packages/sven/rollup.config.js
|
- 'packages/sven/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.tamiko.yml
vendored
16
.github/workflows/tests.tamiko.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/tamiko/src/**.js'
|
- 'packages/tamiko/src/**.js'
|
||||||
- 'packages/tamiko/config/**.js'
|
- 'packages/tamiko/config/**.js'
|
||||||
- 'packages/tamiko/rollup.config.js
|
- 'packages/tamiko/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.theo.yml
vendored
16
.github/workflows/tests.theo.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/theo/src/**.js'
|
- 'packages/theo/src/**.js'
|
||||||
- 'packages/theo/config/**.js'
|
- 'packages/theo/config/**.js'
|
||||||
- 'packages/theo/rollup.config.js
|
- 'packages/theo/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.trayvon.yml
vendored
16
.github/workflows/tests.trayvon.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/trayvon/src/**.js'
|
- 'packages/trayvon/src/**.js'
|
||||||
- 'packages/trayvon/config/**.js'
|
- 'packages/trayvon/config/**.js'
|
||||||
- 'packages/trayvon/rollup.config.js
|
- 'packages/trayvon/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.tutorial.yml
vendored
16
.github/workflows/tests.tutorial.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/tutorial/src/**.js'
|
- 'packages/tutorial/src/**.js'
|
||||||
- 'packages/tutorial/config/**.js'
|
- 'packages/tutorial/config/**.js'
|
||||||
- 'packages/tutorial/rollup.config.js
|
- 'packages/tutorial/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.wahid.yml
vendored
16
.github/workflows/tests.wahid.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/wahid/src/**.js'
|
- 'packages/wahid/src/**.js'
|
||||||
- 'packages/wahid/config/**.js'
|
- 'packages/wahid/config/**.js'
|
||||||
- 'packages/wahid/rollup.config.js
|
- 'packages/wahid/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
16
.github/workflows/tests.waralee.yml
vendored
16
.github/workflows/tests.waralee.yml
vendored
|
@ -5,10 +5,13 @@ on:
|
||||||
paths: &files
|
paths: &files
|
||||||
- 'packages/waralee/src/**.js'
|
- 'packages/waralee/src/**.js'
|
||||||
- 'packages/waralee/config/**.js'
|
- 'packages/waralee/config/**.js'
|
||||||
- 'packages/waralee/rollup.config.js
|
- 'packages/waralee/rollup.config.js'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *files
|
paths: *files
|
||||||
|
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
@ -20,12 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js $
|
name: Use Node.js $
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: $
|
node-version: $
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
- run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- run: npm testonly
|
run: npm testonly
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue