refactor(build-lint-test): remove wireit cache to ensure build immutable
This commit is contained in:
5
.github/workflows/build-lint-test.yaml
vendored
5
.github/workflows/build-lint-test.yaml
vendored
@@ -46,10 +46,7 @@ jobs:
|
|||||||
- name: 📥 Install Dependencies
|
- name: 📥 Install Dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: 🗃️ Cache Wireit
|
- name: 🏗️ Build
|
||||||
uses: google/wireit@setup-github-actions-caching/v2
|
|
||||||
|
|
||||||
- name: 🏗️ Build TypeScript
|
|
||||||
run: yarn build
|
run: yarn build
|
||||||
env:
|
env:
|
||||||
WIREIT_LOGGER: metrics
|
WIREIT_LOGGER: metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user