tweaks to the github action
This commit is contained in:
parent
60a4c27906
commit
48cbef3694
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.new-design.yml
vendored
4
.github/workflows/tests.new-design.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue