chore(CI): remove --frozen-lockfile for e2e

This commit is contained in:
Zeke Zhang 2024-05-17 13:57:53 +08:00
parent afdff961e4
commit 0366a93ed1

View File

@ -42,7 +42,7 @@ jobs:
with: with:
node-version: 18 node-version: 18
cache: 'yarn' cache: 'yarn'
- run: yarn --frozen-lockfile - run: yarn
- run: yarn build - run: yarn build
env: env:
__E2E__: true # e2e will be reusing this workflow, so we need to set this flag to true __E2E__: true # e2e will be reusing this workflow, so we need to set this flag to true
@ -104,7 +104,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn --frozen-lockfile - run: yarn
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
@ -184,7 +184,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn --frozen-lockfile - run: yarn
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
@ -264,7 +264,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn --frozen-lockfile - run: yarn
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
@ -310,7 +310,7 @@ jobs:
with: with:
node-version: 18 node-version: 18
cache: 'yarn' cache: 'yarn'
- run: yarn --frozen-lockfile - run: yarn
- name: Download e2e report artifact - name: Download e2e report artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4