fix: remove redundant install steps from workflows

This commit is contained in:
Karol Sójko
2023-05-05 10:28:19 +02:00
parent c427fa8790
commit a748164bf2
2 changed files with 0 additions and 29 deletions

View File

@@ -17,7 +17,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Set up Node
@@ -26,9 +25,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build
@@ -46,7 +42,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Set up Node
@@ -55,10 +50,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn build
@@ -80,7 +71,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Set up Node
@@ -89,10 +79,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn build

View File

@@ -17,7 +17,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Set up Node
@@ -26,9 +25,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build
@@ -46,7 +42,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Set up Node
@@ -55,10 +50,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn build
@@ -80,7 +71,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Set up Node
@@ -89,10 +79,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn build
@@ -130,7 +116,6 @@ jobs:
with:
path: |
packages/**/dist
.yarn/unplugged
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Setup git config