From f14bfb5bae917e5e85b39b9386960858b397bb6a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 14 Mar 2020 16:31:52 +0100 Subject: [PATCH] chore: Troubleshooting workflow files --- .github/workflows/tests.aaron.yml | 12 ++++-------- .github/workflows/tests.benjamin.yml | 12 ++++-------- .github/workflows/tests.bent.yml | 12 ++++-------- .github/workflows/tests.breanna.yml | 12 ++++-------- .github/workflows/tests.brian.yml | 12 ++++-------- .github/workflows/tests.bruce.yml | 12 ++++-------- .github/workflows/tests.carlita.yml | 12 ++++-------- .github/workflows/tests.carlton.yml | 12 ++++-------- .github/workflows/tests.cathrin.yml | 12 ++++-------- .github/workflows/tests.examples.yml | 12 ++++-------- .github/workflows/tests.florent.yml | 12 ++++-------- .github/workflows/tests.fu.yml | 12 ++++-------- .github/workflows/tests.holmes.yml | 12 ++++-------- .github/workflows/tests.huey.yml | 12 ++++-------- .github/workflows/tests.hugo.yml | 12 ++++-------- .github/workflows/tests.jaeger.yml | 12 ++++-------- .github/workflows/tests.penelope.yml | 12 ++++-------- .github/workflows/tests.rendertest.yml | 12 ++++-------- .github/workflows/tests.sandy.yml | 12 ++++-------- .github/workflows/tests.shin.yml | 12 ++++-------- .github/workflows/tests.simon.yml | 12 ++++-------- .github/workflows/tests.simone.yml | 12 ++++-------- .github/workflows/tests.sven.yml | 12 ++++-------- .github/workflows/tests.tamiko.yml | 12 ++++-------- .github/workflows/tests.theo.yml | 12 ++++-------- .github/workflows/tests.trayvon.yml | 12 ++++-------- .github/workflows/tests.tutorial.yml | 12 ++++-------- .github/workflows/tests.wahid.yml | 12 ++++-------- .github/workflows/tests.waralee.yml | 12 ++++-------- config/templates/workflows/tests.pattern.yml | 12 ++++-------- 30 files changed, 120 insertions(+), 240 deletions(-) diff --git a/.github/workflows/tests.aaron.yml b/.github/workflows/tests.aaron.yml index 63d615c9485..97951337e96 100644 --- a/.github/workflows/tests.aaron.yml +++ b/.github/workflows/tests.aaron.yml @@ -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 diff --git a/.github/workflows/tests.benjamin.yml b/.github/workflows/tests.benjamin.yml index eaf0e2c41c7..82aa2b0af60 100644 --- a/.github/workflows/tests.benjamin.yml +++ b/.github/workflows/tests.benjamin.yml @@ -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 diff --git a/.github/workflows/tests.bent.yml b/.github/workflows/tests.bent.yml index 49618b047b1..ff1a2bd9438 100644 --- a/.github/workflows/tests.bent.yml +++ b/.github/workflows/tests.bent.yml @@ -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 diff --git a/.github/workflows/tests.breanna.yml b/.github/workflows/tests.breanna.yml index d4f2ef28850..ca340df52e4 100644 --- a/.github/workflows/tests.breanna.yml +++ b/.github/workflows/tests.breanna.yml @@ -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 diff --git a/.github/workflows/tests.brian.yml b/.github/workflows/tests.brian.yml index 7bcfc271e1d..1549e506525 100644 --- a/.github/workflows/tests.brian.yml +++ b/.github/workflows/tests.brian.yml @@ -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 diff --git a/.github/workflows/tests.bruce.yml b/.github/workflows/tests.bruce.yml index 5bba2d1f0b6..96c4b94807d 100644 --- a/.github/workflows/tests.bruce.yml +++ b/.github/workflows/tests.bruce.yml @@ -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 diff --git a/.github/workflows/tests.carlita.yml b/.github/workflows/tests.carlita.yml index 9d41fd812ab..46279ddd656 100644 --- a/.github/workflows/tests.carlita.yml +++ b/.github/workflows/tests.carlita.yml @@ -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 diff --git a/.github/workflows/tests.carlton.yml b/.github/workflows/tests.carlton.yml index fa6dc2bbcf3..23ef712016b 100644 --- a/.github/workflows/tests.carlton.yml +++ b/.github/workflows/tests.carlton.yml @@ -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 diff --git a/.github/workflows/tests.cathrin.yml b/.github/workflows/tests.cathrin.yml index 9f47fd6964c..fdfd056d52d 100644 --- a/.github/workflows/tests.cathrin.yml +++ b/.github/workflows/tests.cathrin.yml @@ -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 diff --git a/.github/workflows/tests.examples.yml b/.github/workflows/tests.examples.yml index 83633453bc6..c0f7e04f2f9 100644 --- a/.github/workflows/tests.examples.yml +++ b/.github/workflows/tests.examples.yml @@ -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 diff --git a/.github/workflows/tests.florent.yml b/.github/workflows/tests.florent.yml index 4c59abf5ce8..6b38188b57e 100644 --- a/.github/workflows/tests.florent.yml +++ b/.github/workflows/tests.florent.yml @@ -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 diff --git a/.github/workflows/tests.fu.yml b/.github/workflows/tests.fu.yml index 7cb0919df5d..b2c64cb6557 100644 --- a/.github/workflows/tests.fu.yml +++ b/.github/workflows/tests.fu.yml @@ -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 diff --git a/.github/workflows/tests.holmes.yml b/.github/workflows/tests.holmes.yml index 203283de808..997f67af6a9 100644 --- a/.github/workflows/tests.holmes.yml +++ b/.github/workflows/tests.holmes.yml @@ -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 diff --git a/.github/workflows/tests.huey.yml b/.github/workflows/tests.huey.yml index 8d5578e7e01..cd968b2b054 100644 --- a/.github/workflows/tests.huey.yml +++ b/.github/workflows/tests.huey.yml @@ -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 diff --git a/.github/workflows/tests.hugo.yml b/.github/workflows/tests.hugo.yml index f7b910a4a90..8b3ee364e7e 100644 --- a/.github/workflows/tests.hugo.yml +++ b/.github/workflows/tests.hugo.yml @@ -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 diff --git a/.github/workflows/tests.jaeger.yml b/.github/workflows/tests.jaeger.yml index 8c0b7101bf0..1a1cba2ed7a 100644 --- a/.github/workflows/tests.jaeger.yml +++ b/.github/workflows/tests.jaeger.yml @@ -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 diff --git a/.github/workflows/tests.penelope.yml b/.github/workflows/tests.penelope.yml index 6fcd7d38c37..f63138cfdf2 100644 --- a/.github/workflows/tests.penelope.yml +++ b/.github/workflows/tests.penelope.yml @@ -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 diff --git a/.github/workflows/tests.rendertest.yml b/.github/workflows/tests.rendertest.yml index b5870dfe74e..6ecedab3f53 100644 --- a/.github/workflows/tests.rendertest.yml +++ b/.github/workflows/tests.rendertest.yml @@ -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 diff --git a/.github/workflows/tests.sandy.yml b/.github/workflows/tests.sandy.yml index a38e83548cd..633b9b82958 100644 --- a/.github/workflows/tests.sandy.yml +++ b/.github/workflows/tests.sandy.yml @@ -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 diff --git a/.github/workflows/tests.shin.yml b/.github/workflows/tests.shin.yml index 6e2663d5c19..ab56f26be16 100644 --- a/.github/workflows/tests.shin.yml +++ b/.github/workflows/tests.shin.yml @@ -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 diff --git a/.github/workflows/tests.simon.yml b/.github/workflows/tests.simon.yml index 1e15758cea3..71863c9e5ea 100644 --- a/.github/workflows/tests.simon.yml +++ b/.github/workflows/tests.simon.yml @@ -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 diff --git a/.github/workflows/tests.simone.yml b/.github/workflows/tests.simone.yml index 4cae173fba2..c5566b59648 100644 --- a/.github/workflows/tests.simone.yml +++ b/.github/workflows/tests.simone.yml @@ -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 diff --git a/.github/workflows/tests.sven.yml b/.github/workflows/tests.sven.yml index 0e1c687e068..dba42a5c8c7 100644 --- a/.github/workflows/tests.sven.yml +++ b/.github/workflows/tests.sven.yml @@ -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 diff --git a/.github/workflows/tests.tamiko.yml b/.github/workflows/tests.tamiko.yml index 5f66998f0fa..eed4d441ff3 100644 --- a/.github/workflows/tests.tamiko.yml +++ b/.github/workflows/tests.tamiko.yml @@ -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 diff --git a/.github/workflows/tests.theo.yml b/.github/workflows/tests.theo.yml index 836969eb1ec..0183cbe193c 100644 --- a/.github/workflows/tests.theo.yml +++ b/.github/workflows/tests.theo.yml @@ -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 diff --git a/.github/workflows/tests.trayvon.yml b/.github/workflows/tests.trayvon.yml index dd5b2130492..b5100990c85 100644 --- a/.github/workflows/tests.trayvon.yml +++ b/.github/workflows/tests.trayvon.yml @@ -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 diff --git a/.github/workflows/tests.tutorial.yml b/.github/workflows/tests.tutorial.yml index 9dcf1c7d0ce..a6e7569f2bf 100644 --- a/.github/workflows/tests.tutorial.yml +++ b/.github/workflows/tests.tutorial.yml @@ -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 diff --git a/.github/workflows/tests.wahid.yml b/.github/workflows/tests.wahid.yml index 7742060eeca..0d0c7c7979b 100644 --- a/.github/workflows/tests.wahid.yml +++ b/.github/workflows/tests.wahid.yml @@ -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 diff --git a/.github/workflows/tests.waralee.yml b/.github/workflows/tests.waralee.yml index 151a8ca1d08..879bd229fc7 100644 --- a/.github/workflows/tests.waralee.yml +++ b/.github/workflows/tests.waralee.yml @@ -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 diff --git a/config/templates/workflows/tests.pattern.yml b/config/templates/workflows/tests.pattern.yml index 405bb23e16c..03e9bee73d8 100644 --- a/config/templates/workflows/tests.pattern.yml +++ b/config/templates/workflows/tests.pattern.yml @@ -21,16 +21,12 @@ jobs: node-version: ${{ matrix.node-version }} <%={{ }}=%> - name: Change directory - run: cd packages/{{ pattern }} - - name: Install dependencies + run: cd packages/{{ pattern }} && 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/{{ pattern }} && npm run build - name: Show package.json - run: cat package.json + run: cd packages/{{ pattern }} && cat package.json - name: Run pattern unit tests - run: npm run testonly + run: cd packages/{{ pattern }} && npm run testonly