From 48cbef3694e52c7f453932124f3e9e35ef85307a Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Mon, 24 Apr 2023 21:56:21 -0400 Subject: [PATCH] tweaks to the github action --- .github/workflows/tests.new-design.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.new-design.yml b/.github/workflows/tests.new-design.yml index 1ca6df7c3da..1dc73ffc759 100644 --- a/.github/workflows/tests.new-design.yml +++ b/.github/workflows/tests.new-design.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Cache node modules uses: actions/cache@v3 id: cache_node_modules @@ -37,7 +37,7 @@ jobs: yarn i18n-only - name: Generate Design run: | - cd ../ + cd TEMPLATE=${{ matrix.template }} NAME=test${{ matrix.template }} node ${{ github.workspace }}/packages/new-design/scripts/generate-from-cli.mjs && cd test${{ matrix.template }} - name: Install Playwright Browsers run: yarn playwright install --with-deps