Skip to content

Commit

Permalink
Try deduping the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 25, 2023
1 parent 6c4597e commit 4d5bff3
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 963 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ jobs:
- name: Install deps
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
# Some weird install diffs with cloning this repo and installing.
# Don't care about lockfile diffs, so let it change.
# Note the Bash-ism to unset the env var
run: CI= yarn install
# Just kill the lockfile and reinstall
run: rm yarn.lock && touch yarn.lock && yarn install

- uses: actions/download-artifact@v2
with:
Expand Down
Loading

0 comments on commit 4d5bff3

Please sign in to comment.