Skip to content

Commit

Permalink
Drop unneeded msw install
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 8, 2023
1 parent 52e0eba commit 408a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

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

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

0 comments on commit 408a72f

Please sign in to comment.