File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Install Deps
135135 working-directory : apps/desktop
136- run : pnpm install --frozen-lockfile
136+ run : " pnpm install --frozen-lockfile --filter element-desktop "
137137
138138 - name : " Get modified files"
139139 id : changed_files
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Install Deps
123123 working-directory : apps/desktop
124- run : " pnpm install --frozen-lockfile"
124+ run : " pnpm install --frozen-lockfile --filter element-desktop "
125125
126126 - name : Build Natives
127127 if : steps.cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 6565
6666 - name : Install Deps
6767 working-directory : apps/desktop
68- run : " pnpm install --frozen-lockfile"
68+ run : " pnpm install --frozen-lockfile --filter element-desktop "
6969
7070 - name : Fetch Element Web (from artifact)
7171 if : inputs.webapp-artifact != ''
Original file line number Diff line number Diff line change 4848 cache : " pnpm"
4949
5050 - name : Install Deps
51- working-directory : apps/desktop
52- run : " pnpm install --frozen-lockfile"
51+ run : " pnpm install --frozen-lockfile --filter element-desktop"
5352
5453 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
5554 with :
8786 - name : Run tests
8887 timeout-minutes : 20
8988 shell : bash
89+ working-directory : apps/desktop
9090 run : |
91- $PREFIX pnpm -C apps/desktop test \
91+ $PREFIX pnpm playwright test \
9292 ${{ runner.os != 'Linux' && '--ignore-snapshots' || '' }} \
9393 ${{ inputs.blob_report == false && '--reporter=html' || '' }} \
9494 $ARGS
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Install Deps
162162 working-directory : apps/desktop
163- run : " pnpm install --frozen-lockfile"
163+ run : " pnpm install --frozen-lockfile --filter element-desktop "
164164
165165 - name : Insert config snippet
166166 if : steps.config.outputs.extra_config != ''
You can’t perform that action at this time.
0 commit comments