chore: Troubleshooting workflow files
This commit is contained in:
parent
351fd73720
commit
f14bfb5bae
30 changed files with 120 additions and 240 deletions
12
.github/workflows/tests.aaron.yml
vendored
12
.github/workflows/tests.aaron.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/aaron
|
run: cd packages/aaron && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/aaron && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/aaron && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/aaron && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.benjamin.yml
vendored
12
.github/workflows/tests.benjamin.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/benjamin
|
run: cd packages/benjamin && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/benjamin && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/benjamin && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/benjamin && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.bent.yml
vendored
12
.github/workflows/tests.bent.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/bent
|
run: cd packages/bent && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/bent && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/bent && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/bent && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.breanna.yml
vendored
12
.github/workflows/tests.breanna.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/breanna
|
run: cd packages/breanna && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/breanna && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/breanna && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/breanna && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.brian.yml
vendored
12
.github/workflows/tests.brian.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/brian
|
run: cd packages/brian && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/brian && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/brian && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/brian && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.bruce.yml
vendored
12
.github/workflows/tests.bruce.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/bruce
|
run: cd packages/bruce && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/bruce && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/bruce && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/bruce && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.carlita.yml
vendored
12
.github/workflows/tests.carlita.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/carlita
|
run: cd packages/carlita && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/carlita && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/carlita && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/carlita && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.carlton.yml
vendored
12
.github/workflows/tests.carlton.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/carlton
|
run: cd packages/carlton && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/carlton && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/carlton && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/carlton && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.cathrin.yml
vendored
12
.github/workflows/tests.cathrin.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/cathrin
|
run: cd packages/cathrin && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/cathrin && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/cathrin && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/cathrin && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.examples.yml
vendored
12
.github/workflows/tests.examples.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/examples
|
run: cd packages/examples && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/examples && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/examples && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/examples && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.florent.yml
vendored
12
.github/workflows/tests.florent.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/florent
|
run: cd packages/florent && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/florent && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/florent && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/florent && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.fu.yml
vendored
12
.github/workflows/tests.fu.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/fu
|
run: cd packages/fu && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/fu && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/fu && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/fu && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.holmes.yml
vendored
12
.github/workflows/tests.holmes.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/holmes
|
run: cd packages/holmes && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/holmes && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/holmes && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/holmes && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.huey.yml
vendored
12
.github/workflows/tests.huey.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/huey
|
run: cd packages/huey && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/huey && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/huey && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/huey && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.hugo.yml
vendored
12
.github/workflows/tests.hugo.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/hugo
|
run: cd packages/hugo && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/hugo && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/hugo && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/hugo && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.jaeger.yml
vendored
12
.github/workflows/tests.jaeger.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/jaeger
|
run: cd packages/jaeger && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/jaeger && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/jaeger && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/jaeger && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.penelope.yml
vendored
12
.github/workflows/tests.penelope.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/penelope
|
run: cd packages/penelope && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/penelope && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/penelope && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/penelope && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.rendertest.yml
vendored
12
.github/workflows/tests.rendertest.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/rendertest
|
run: cd packages/rendertest && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/rendertest && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/rendertest && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/rendertest && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.sandy.yml
vendored
12
.github/workflows/tests.sandy.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/sandy
|
run: cd packages/sandy && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/sandy && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/sandy && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/sandy && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.shin.yml
vendored
12
.github/workflows/tests.shin.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/shin
|
run: cd packages/shin && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/shin && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/shin && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/shin && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.simon.yml
vendored
12
.github/workflows/tests.simon.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/simon
|
run: cd packages/simon && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/simon && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/simon && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/simon && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.simone.yml
vendored
12
.github/workflows/tests.simone.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/simone
|
run: cd packages/simone && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/simone && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/simone && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/simone && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.sven.yml
vendored
12
.github/workflows/tests.sven.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/sven
|
run: cd packages/sven && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/sven && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/sven && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/sven && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.tamiko.yml
vendored
12
.github/workflows/tests.tamiko.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/tamiko
|
run: cd packages/tamiko && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/tamiko && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/tamiko && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/tamiko && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.theo.yml
vendored
12
.github/workflows/tests.theo.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/theo
|
run: cd packages/theo && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/theo && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/theo && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/theo && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.trayvon.yml
vendored
12
.github/workflows/tests.trayvon.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/trayvon
|
run: cd packages/trayvon && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/trayvon && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/trayvon && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/trayvon && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.tutorial.yml
vendored
12
.github/workflows/tests.tutorial.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/tutorial
|
run: cd packages/tutorial && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/tutorial && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/tutorial && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/tutorial && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.wahid.yml
vendored
12
.github/workflows/tests.wahid.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/wahid
|
run: cd packages/wahid && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/wahid && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/wahid && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/wahid && npm run testonly
|
||||||
|
|
12
.github/workflows/tests.waralee.yml
vendored
12
.github/workflows/tests.waralee.yml
vendored
|
@ -19,16 +19,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/waralee
|
run: cd packages/waralee && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/waralee && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/waralee && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/waralee && npm run testonly
|
||||||
|
|
|
@ -21,16 +21,12 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
<%={{ }}=%>
|
<%={{ }}=%>
|
||||||
- name: Change directory
|
- name: Change directory
|
||||||
run: cd packages/{{ pattern }}
|
run: cd packages/{{ pattern }} && npm install
|
||||||
- name: Install dependencies
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: npm install
|
|
||||||
- name: Build pattern
|
- name: Build pattern
|
||||||
run: npm run build --if-present
|
run: cd packages/{{ pattern }} && npm run build
|
||||||
- name: Where are we?
|
|
||||||
run: pwd
|
|
||||||
- name: Show package.json
|
- name: Show package.json
|
||||||
run: cat package.json
|
run: cd packages/{{ pattern }} && cat package.json
|
||||||
- name: Run pattern unit tests
|
- name: Run pattern unit tests
|
||||||
run: npm run testonly
|
run: cd packages/{{ pattern }} && npm run testonly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue