1
0
Fork 0

tweaks to the github action

This commit is contained in:
Enoch Riese 2023-04-24 21:56:21 -04:00
parent 60a4c27906
commit 48cbef3694

View file

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
- name: Cache node modules - name: Cache node modules
uses: actions/cache@v3 uses: actions/cache@v3
id: cache_node_modules id: cache_node_modules
@ -37,7 +37,7 @@ jobs:
yarn i18n-only yarn i18n-only
- name: Generate Design - name: Generate Design
run: | 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 }} 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 - name: Install Playwright Browsers
run: yarn playwright install --with-deps run: yarn playwright install --with-deps