diff --git a/.github/workflows/tests.aaron.yml b/.github/workflows/tests.aaron.yml index a7be090e3e7..f5df5577c88 100644 --- a/.github/workflows/tests.aaron.yml +++ b/.github/workflows/tests.aaron.yml @@ -1,5 +1,8 @@ name: Unit tests - Aaron +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/aaron - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.benjamin.yml b/.github/workflows/tests.benjamin.yml index c4c4a353a87..b7fedd1c562 100644 --- a/.github/workflows/tests.benjamin.yml +++ b/.github/workflows/tests.benjamin.yml @@ -1,5 +1,8 @@ name: Unit tests - Benjamin +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/benjamin - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.bent.yml b/.github/workflows/tests.bent.yml index ee78e5ec47d..ea0b74c20be 100644 --- a/.github/workflows/tests.bent.yml +++ b/.github/workflows/tests.bent.yml @@ -1,5 +1,8 @@ name: Unit tests - Bent +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/bent - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.breanna.yml b/.github/workflows/tests.breanna.yml index e76b7735e3b..dd5c2d951aa 100644 --- a/.github/workflows/tests.breanna.yml +++ b/.github/workflows/tests.breanna.yml @@ -1,5 +1,8 @@ name: Unit tests - Breanna +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/breanna - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.brian.yml b/.github/workflows/tests.brian.yml index cbdc9a35136..c7618f8d902 100644 --- a/.github/workflows/tests.brian.yml +++ b/.github/workflows/tests.brian.yml @@ -1,5 +1,8 @@ name: Unit tests - Brian +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/brian - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.bruce.yml b/.github/workflows/tests.bruce.yml index 7d8c68e1034..3809b5dd2e4 100644 --- a/.github/workflows/tests.bruce.yml +++ b/.github/workflows/tests.bruce.yml @@ -1,5 +1,8 @@ name: Unit tests - Bruce +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/bruce - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.carlita.yml b/.github/workflows/tests.carlita.yml index 41c35e9796e..031e78f1aaf 100644 --- a/.github/workflows/tests.carlita.yml +++ b/.github/workflows/tests.carlita.yml @@ -1,5 +1,8 @@ name: Unit tests - Carlita +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/carlita - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.carlton.yml b/.github/workflows/tests.carlton.yml index 15875692a24..7a8e9e0c1c8 100644 --- a/.github/workflows/tests.carlton.yml +++ b/.github/workflows/tests.carlton.yml @@ -1,5 +1,8 @@ name: Unit tests - Carlton +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/carlton - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.cathrin.yml b/.github/workflows/tests.cathrin.yml index 21b24c31a3a..7ae9ce38ccb 100644 --- a/.github/workflows/tests.cathrin.yml +++ b/.github/workflows/tests.cathrin.yml @@ -1,5 +1,8 @@ name: Unit tests - Cathrin +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/cathrin - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.examples.yml b/.github/workflows/tests.examples.yml index 35e141bfb6c..4a485821e60 100644 --- a/.github/workflows/tests.examples.yml +++ b/.github/workflows/tests.examples.yml @@ -1,5 +1,8 @@ name: Unit tests - Examples +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/examples - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.florent.yml b/.github/workflows/tests.florent.yml index 8f4f60d7cb7..c32cb0ffe78 100644 --- a/.github/workflows/tests.florent.yml +++ b/.github/workflows/tests.florent.yml @@ -1,5 +1,8 @@ name: Unit tests - Florent +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/florent - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.fu.yml b/.github/workflows/tests.fu.yml index fee8fe8532e..a9d07317a1b 100644 --- a/.github/workflows/tests.fu.yml +++ b/.github/workflows/tests.fu.yml @@ -1,5 +1,8 @@ name: Unit tests - Fu +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/fu - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.holmes.yml b/.github/workflows/tests.holmes.yml index 4bb6c255e7b..9e45b5592d9 100644 --- a/.github/workflows/tests.holmes.yml +++ b/.github/workflows/tests.holmes.yml @@ -1,5 +1,8 @@ name: Unit tests - Holmes +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/holmes - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.huey.yml b/.github/workflows/tests.huey.yml index 8f0b17ad3bb..57cbbc7626f 100644 --- a/.github/workflows/tests.huey.yml +++ b/.github/workflows/tests.huey.yml @@ -1,5 +1,8 @@ name: Unit tests - Huey +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/huey - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.hugo.yml b/.github/workflows/tests.hugo.yml index 33fded23820..18a0c5bc83b 100644 --- a/.github/workflows/tests.hugo.yml +++ b/.github/workflows/tests.hugo.yml @@ -1,5 +1,8 @@ name: Unit tests - Hugo +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/hugo - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.jaeger.yml b/.github/workflows/tests.jaeger.yml index 5b63dc9dc71..3f3f1718840 100644 --- a/.github/workflows/tests.jaeger.yml +++ b/.github/workflows/tests.jaeger.yml @@ -1,5 +1,8 @@ name: Unit tests - Jaeger +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/jaeger - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.penelope.yml b/.github/workflows/tests.penelope.yml index 48e6cf73d82..3cb4d42634e 100644 --- a/.github/workflows/tests.penelope.yml +++ b/.github/workflows/tests.penelope.yml @@ -1,5 +1,8 @@ name: Unit tests - Penelope +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/penelope - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.rendertest.yml b/.github/workflows/tests.rendertest.yml index a6bef3fab9f..aa826930dd0 100644 --- a/.github/workflows/tests.rendertest.yml +++ b/.github/workflows/tests.rendertest.yml @@ -1,5 +1,8 @@ name: Unit tests - Rendertest +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/rendertest - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.sandy.yml b/.github/workflows/tests.sandy.yml index 2a3a4f23bd2..64e29dfe8ba 100644 --- a/.github/workflows/tests.sandy.yml +++ b/.github/workflows/tests.sandy.yml @@ -1,5 +1,8 @@ name: Unit tests - Sandy +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/sandy - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.shin.yml b/.github/workflows/tests.shin.yml index 613683f4d2d..970e58b3213 100644 --- a/.github/workflows/tests.shin.yml +++ b/.github/workflows/tests.shin.yml @@ -1,5 +1,8 @@ name: Unit tests - Shin +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/shin - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.simon.yml b/.github/workflows/tests.simon.yml index bddbf77fc8b..eabf5ec2241 100644 --- a/.github/workflows/tests.simon.yml +++ b/.github/workflows/tests.simon.yml @@ -1,5 +1,8 @@ name: Unit tests - Simon +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/simon - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.simone.yml b/.github/workflows/tests.simone.yml index 1d251d3a06d..264ff07b9ac 100644 --- a/.github/workflows/tests.simone.yml +++ b/.github/workflows/tests.simone.yml @@ -1,5 +1,8 @@ name: Unit tests - Simone +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/simone - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.sven.yml b/.github/workflows/tests.sven.yml index e106678ff9a..d8f838514cf 100644 --- a/.github/workflows/tests.sven.yml +++ b/.github/workflows/tests.sven.yml @@ -1,5 +1,8 @@ name: Unit tests - Sven +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/sven - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.tamiko.yml b/.github/workflows/tests.tamiko.yml index 56ead70cee2..d0c70118472 100644 --- a/.github/workflows/tests.tamiko.yml +++ b/.github/workflows/tests.tamiko.yml @@ -1,5 +1,8 @@ name: Unit tests - Tamiko +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/tamiko - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.theo.yml b/.github/workflows/tests.theo.yml index 350f7282a0c..4080fde745a 100644 --- a/.github/workflows/tests.theo.yml +++ b/.github/workflows/tests.theo.yml @@ -1,5 +1,8 @@ name: Unit tests - Theo +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/theo - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.trayvon.yml b/.github/workflows/tests.trayvon.yml index b6d73b5bda1..8856558fc13 100644 --- a/.github/workflows/tests.trayvon.yml +++ b/.github/workflows/tests.trayvon.yml @@ -1,5 +1,8 @@ name: Unit tests - Trayvon +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/trayvon - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.tutorial.yml b/.github/workflows/tests.tutorial.yml index e1e8967218b..e2a92be67d7 100644 --- a/.github/workflows/tests.tutorial.yml +++ b/.github/workflows/tests.tutorial.yml @@ -1,5 +1,8 @@ name: Unit tests - Tutorial +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/tutorial - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.wahid.yml b/.github/workflows/tests.wahid.yml index c1e59bc4b61..12ba0226540 100644 --- a/.github/workflows/tests.wahid.yml +++ b/.github/workflows/tests.wahid.yml @@ -1,5 +1,8 @@ name: Unit tests - Wahid +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/wahid - name: Build pattern run: npm run build --if-present diff --git a/.github/workflows/tests.waralee.yml b/.github/workflows/tests.waralee.yml index 5fd4ebb397e..64d431fa19b 100644 --- a/.github/workflows/tests.waralee.yml +++ b/.github/workflows/tests.waralee.yml @@ -1,5 +1,8 @@ name: Unit tests - Waralee +env: + CI: true + on: push: paths: @@ -31,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true run: cd packages/waralee - name: Build pattern run: npm run build --if-present diff --git a/config/templates/workflows/tests.pattern.yml b/config/templates/workflows/tests.pattern.yml index 715f15a8dae..60d54fa4122 100644 --- a/config/templates/workflows/tests.pattern.yml +++ b/config/templates/workflows/tests.pattern.yml @@ -1,5 +1,8 @@ name: Unit tests - {{ Pattern }} +env: + CI: true + on: push: paths: @@ -32,8 +35,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - env: - CI: true <%={{ }}=%> run: cd packages/{{ pattern }} - name: Build pattern