Skip to content

Commit 408a72f

Browse files
committed
Drop unneeded msw install
1 parent 52e0eba commit 408a72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Install deps
142142
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
143-
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn add msw@latest
143+
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
144144

145145
- name: Install Playwright browser if necessary
146146
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}

0 commit comments

Comments
 (0)