1
0
Fork 0

chore: Reconfigured github workflows for test

This commit is contained in:
Joost De Cock 2020-04-04 17:11:30 +02:00
parent e2fc9b7865
commit b3dc52e0d5
63 changed files with 94 additions and 124 deletions

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/aaron && npm run build
- name: Run pattern unit tests
run: cd packages/aaron && npm run testonlyci
run: cd packages/aaron && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/benjamin && npm run build
- name: Run pattern unit tests
run: cd packages/benjamin && npm run testonlyci
run: cd packages/benjamin && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/bent && npm run build
- name: Run pattern unit tests
run: cd packages/bent && npm run testonlyci
run: cd packages/bent && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/breanna && npm run build
- name: Run pattern unit tests
run: cd packages/breanna && npm run testonlyci
run: cd packages/breanna && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/brian && npm run build
- name: Run pattern unit tests
run: cd packages/brian && npm run testonlyci
run: cd packages/brian && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/bruce && npm run build
- name: Run pattern unit tests
run: cd packages/bruce && npm run testonlyci
run: cd packages/bruce && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/carlita && npm run build
- name: Run pattern unit tests
run: cd packages/carlita && npm run testonlyci
run: cd packages/carlita && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/carlton && npm run build
- name: Run pattern unit tests
run: cd packages/carlton && npm run testonlyci
run: cd packages/carlton && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/cathrin && npm run build
- name: Run pattern unit tests
run: cd packages/cathrin && npm run testonlyci
run: cd packages/cathrin && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/diana && npm run build
- name: Run pattern unit tests
run: cd packages/diana && npm run testonlyci
run: cd packages/diana && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/examples && npm run build
- name: Run pattern unit tests
run: cd packages/examples && npm run testonlyci
run: cd packages/examples && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/florent && npm run build
- name: Run pattern unit tests
run: cd packages/florent && npm run testonlyci
run: cd packages/florent && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/fu && npm run build
- name: Run pattern unit tests
run: cd packages/fu && npm run testonlyci
run: cd packages/fu && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/holmes && npm run build
- name: Run pattern unit tests
run: cd packages/holmes && npm run testonlyci
run: cd packages/holmes && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/huey && npm run build
- name: Run pattern unit tests
run: cd packages/huey && npm run testonlyci
run: cd packages/huey && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/hugo && npm run build
- name: Run pattern unit tests
run: cd packages/hugo && npm run testonlyci
run: cd packages/hugo && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/jaeger && npm run build
- name: Run pattern unit tests
run: cd packages/jaeger && npm run testonlyci
run: cd packages/jaeger && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/penelope && npm run build
- name: Run pattern unit tests
run: cd packages/penelope && npm run testonlyci
run: cd packages/penelope && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/rendertest && npm run build
- name: Run pattern unit tests
run: cd packages/rendertest && npm run testonlyci
run: cd packages/rendertest && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/sandy && npm run build
- name: Run pattern unit tests
run: cd packages/sandy && npm run testonlyci
run: cd packages/sandy && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/shin && npm run build
- name: Run pattern unit tests
run: cd packages/shin && npm run testonlyci
run: cd packages/shin && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/simon && npm run build
- name: Run pattern unit tests
run: cd packages/simon && npm run testonlyci
run: cd packages/simon && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/simone && npm run build
- name: Run pattern unit tests
run: cd packages/simone && npm run testonlyci
run: cd packages/simone && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/sven && npm run build
- name: Run pattern unit tests
run: cd packages/sven && npm run testonlyci
run: cd packages/sven && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/tamiko && npm run build
- name: Run pattern unit tests
run: cd packages/tamiko && npm run testonlyci
run: cd packages/tamiko && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/theo && npm run build
- name: Run pattern unit tests
run: cd packages/theo && npm run testonlyci
run: cd packages/theo && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/trayvon && npm run build
- name: Run pattern unit tests
run: cd packages/trayvon && npm run testonlyci
run: cd packages/trayvon && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/tutorial && npm run build
- name: Run pattern unit tests
run: cd packages/tutorial && npm run testonlyci
run: cd packages/tutorial && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/wahid && npm run build
- name: Run pattern unit tests
run: cd packages/wahid && npm run testonlyci
run: cd packages/wahid && npm run testci

View file

@ -29,4 +29,4 @@ jobs:
- name: Build pattern
run: cd packages/waralee && npm run build
- name: Run pattern unit tests
run: cd packages/waralee && npm run testonlyci
run: cd packages/waralee && npm run testci