Skip to content

Commit 0bf9cd2

Browse files
ci: fix e2e test execution
1 parent c49bfbc commit 0bf9cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cypress-Run-tests-with-npm-packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
with:
3333
node-version: '23.x'
34-
cache: 'yarn'
3534

3635
- name: Install dependencies
3736
run: |
38-
yarn install --frozen-lockfile
37+
yarn install
3938
yarn playwright install --with-deps
4039
4140
- name: Build ${{ matrix.editor }} packages

0 commit comments

Comments
 (0)