mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-04 22:03:41 +00:00
Fix test
This commit is contained in:
parent
704ea9b8d4
commit
c73651980c
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -49,3 +49,14 @@ jobs:
|
||||
yarn install --frozen-lockfile --cache-folder ./.yarncache
|
||||
rm -r .yarncache
|
||||
yarn cache clean
|
||||
- name: Remove and cache clean (Windows Only)
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
shell: powershell
|
||||
run: |
|
||||
rm -r -Force .yarncache
|
||||
yarn cache clean
|
||||
- name: Remove and cache clean
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
run: |
|
||||
rm -rf .yarncache
|
||||
yarn cache clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user