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: 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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