mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
chore(CI): remove --frozen-lockfile for e2e
This commit is contained in:
parent
afdff961e4
commit
0366a93ed1
10
.github/workflows/e2e.yml
vendored
10
.github/workflows/e2e.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn
|
||||
- run: yarn build
|
||||
env:
|
||||
__E2E__: true # e2e will be reusing this workflow, so we need to set this flag to true
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn
|
||||
|
||||
- name: Download build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
@ -184,7 +184,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn
|
||||
|
||||
- name: Download build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
@ -264,7 +264,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn
|
||||
|
||||
- name: Download build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
@ -310,7 +310,7 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn
|
||||
|
||||
- name: Download e2e report artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user