1
0
Fork 0

chore: Tweak to workflow files

This commit is contained in:
Joost De Cock 2020-03-14 15:57:53 +01:00
parent db04cbceef
commit fa648b4109
30 changed files with 90 additions and 60 deletions

View file

@ -1,5 +1,8 @@
name: Unit tests - Aaron name: Unit tests - Aaron
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/aaron run: cd packages/aaron
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Benjamin name: Unit tests - Benjamin
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/benjamin run: cd packages/benjamin
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Bent name: Unit tests - Bent
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/bent run: cd packages/bent
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Breanna name: Unit tests - Breanna
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/breanna run: cd packages/breanna
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Brian name: Unit tests - Brian
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/brian run: cd packages/brian
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Bruce name: Unit tests - Bruce
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/bruce run: cd packages/bruce
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Carlita name: Unit tests - Carlita
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/carlita run: cd packages/carlita
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Carlton name: Unit tests - Carlton
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/carlton run: cd packages/carlton
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Cathrin name: Unit tests - Cathrin
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/cathrin run: cd packages/cathrin
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Examples name: Unit tests - Examples
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/examples run: cd packages/examples
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Florent name: Unit tests - Florent
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/florent run: cd packages/florent
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Fu name: Unit tests - Fu
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/fu run: cd packages/fu
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Holmes name: Unit tests - Holmes
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/holmes run: cd packages/holmes
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Huey name: Unit tests - Huey
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/huey run: cd packages/huey
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Hugo name: Unit tests - Hugo
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/hugo run: cd packages/hugo
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Jaeger name: Unit tests - Jaeger
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/jaeger run: cd packages/jaeger
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Penelope name: Unit tests - Penelope
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/penelope run: cd packages/penelope
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Rendertest name: Unit tests - Rendertest
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/rendertest run: cd packages/rendertest
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Sandy name: Unit tests - Sandy
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/sandy run: cd packages/sandy
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Shin name: Unit tests - Shin
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/shin run: cd packages/shin
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Simon name: Unit tests - Simon
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/simon run: cd packages/simon
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Simone name: Unit tests - Simone
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/simone run: cd packages/simone
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Sven name: Unit tests - Sven
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/sven run: cd packages/sven
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Tamiko name: Unit tests - Tamiko
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/tamiko run: cd packages/tamiko
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Theo name: Unit tests - Theo
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/theo run: cd packages/theo
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Trayvon name: Unit tests - Trayvon
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/trayvon run: cd packages/trayvon
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Tutorial name: Unit tests - Tutorial
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/tutorial run: cd packages/tutorial
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Wahid name: Unit tests - Wahid
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/wahid run: cd packages/wahid
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - Waralee name: Unit tests - Waralee
env:
CI: true
on: on:
push: push:
paths: paths:
@ -31,8 +34,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
run: cd packages/waralee run: cd packages/waralee
- name: Build pattern - name: Build pattern
run: npm run build --if-present run: npm run build --if-present

View file

@ -1,5 +1,8 @@
name: Unit tests - {{ Pattern }} name: Unit tests - {{ Pattern }}
env:
CI: true
on: on:
push: push:
paths: paths:
@ -32,8 +35,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
env:
CI: true
<%={{ }}=%> <%={{ }}=%>
run: cd packages/{{ pattern }} run: cd packages/{{ pattern }}
- name: Build pattern - name: Build pattern