1
0
Fork 0

chore: Troubleshooting workflow files

This commit is contained in:
Joost De Cock 2020-03-14 16:31:52 +01:00
parent 351fd73720
commit f14bfb5bae
30 changed files with 120 additions and 240 deletions

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/aaron
- name: Install dependencies
run: cd packages/aaron && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/aaron && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/aaron && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/aaron && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/benjamin
- name: Install dependencies
run: cd packages/benjamin && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/benjamin && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/benjamin && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/benjamin && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/bent
- name: Install dependencies
run: cd packages/bent && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/bent && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/bent && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/bent && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/breanna
- name: Install dependencies
run: cd packages/breanna && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/breanna && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/breanna && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/breanna && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/brian
- name: Install dependencies
run: cd packages/brian && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/brian && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/brian && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/brian && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/bruce
- name: Install dependencies
run: cd packages/bruce && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/bruce && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/bruce && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/bruce && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/carlita
- name: Install dependencies
run: cd packages/carlita && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/carlita && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/carlita && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/carlita && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/carlton
- name: Install dependencies
run: cd packages/carlton && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/carlton && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/carlton && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/carlton && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/cathrin
- name: Install dependencies
run: cd packages/cathrin && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/cathrin && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/cathrin && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/cathrin && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/examples
- name: Install dependencies
run: cd packages/examples && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/examples && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/examples && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/examples && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/florent
- name: Install dependencies
run: cd packages/florent && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/florent && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/florent && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/florent && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/fu
- name: Install dependencies
run: cd packages/fu && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/fu && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/fu && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/fu && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/holmes
- name: Install dependencies
run: cd packages/holmes && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/holmes && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/holmes && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/holmes && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/huey
- name: Install dependencies
run: cd packages/huey && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/huey && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/huey && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/huey && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/hugo
- name: Install dependencies
run: cd packages/hugo && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/hugo && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/hugo && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/hugo && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/jaeger
- name: Install dependencies
run: cd packages/jaeger && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/jaeger && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/jaeger && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/jaeger && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/penelope
- name: Install dependencies
run: cd packages/penelope && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/penelope && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/penelope && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/penelope && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/rendertest
- name: Install dependencies
run: cd packages/rendertest && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/rendertest && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/rendertest && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/rendertest && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/sandy
- name: Install dependencies
run: cd packages/sandy && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/sandy && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/sandy && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/sandy && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/shin
- name: Install dependencies
run: cd packages/shin && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/shin && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/shin && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/shin && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/simon
- name: Install dependencies
run: cd packages/simon && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/simon && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/simon && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/simon && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/simone
- name: Install dependencies
run: cd packages/simone && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/simone && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/simone && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/simone && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/sven
- name: Install dependencies
run: cd packages/sven && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/sven && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/sven && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/sven && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/tamiko
- name: Install dependencies
run: cd packages/tamiko && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/tamiko && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/tamiko && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/tamiko && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/theo
- name: Install dependencies
run: cd packages/theo && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/theo && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/theo && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/theo && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/trayvon
- name: Install dependencies
run: cd packages/trayvon && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/trayvon && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/trayvon && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/trayvon && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/tutorial
- name: Install dependencies
run: cd packages/tutorial && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/tutorial && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/tutorial && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/tutorial && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/wahid
- name: Install dependencies
run: cd packages/wahid && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/wahid && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/wahid && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/wahid && npm run testonly

View file

@ -19,16 +19,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd packages/waralee
- name: Install dependencies
run: cd packages/waralee && npm install
env:
CI: true
run: npm install
- name: Build pattern
run: npm run build --if-present
- name: Where are we?
run: pwd
run: cd packages/waralee && npm run build
- name: Show package.json
run: cat package.json
run: cd packages/waralee && cat package.json
- name: Run pattern unit tests
run: npm run testonly
run: cd packages/waralee && npm run testonly