chore(ci): undo the if check on yarn install

This commit is contained in:
Moody Salem 2021-05-29 20:41:16 -05:00
parent 9831cda290
commit 637d43621b
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB
6 changed files with 1 additions and 6 deletions

@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- name: Extract translations

@ -34,7 +34,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- name: Extract translations

@ -35,7 +35,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- run: yarn cypress install

@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- name: Run linters

@ -34,7 +34,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- name: Run unit tests

@ -283,7 +283,7 @@ export default function CurrencyInputPanel({
) : null}
</RowFixed>
) : (
<span></span>
<span />
)}
<FiatValue fiatValue={fiatValue} priceImpact={priceImpact} />
</RowBetween>