Skip to content

Commit 679ee36

Browse files
committed
fix: pipeline
1 parent 25bb641 commit 679ee36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint-build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-node@v3
4343
with:
4444
node-version: ${{ matrix.node-version }}
45-
- run: yarn --immutable --immutable-cache
45+
- run: yarn --immutable
4646
- run: yarn lint
4747
- name: Require clean working directory
4848
shell: bash
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/setup-node@v3
6767
with:
6868
node-version: ${{ matrix.node-version }}
69-
- run: yarn --immutable --immutable-cache
69+
- run: yarn --immutable
7070
- run: yarn workspace ${{ matrix.package-name }} lint:changelog
7171
- name: Require clean working directory
7272
shell: bash
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/setup-node@v3
9191
with:
9292
node-version: ${{ matrix.node-version }}
93-
- run: yarn --immutable --immutable-cache
93+
- run: yarn --immutable
9494
- run: yarn build
9595
- name: Require clean working directory
9696
shell: bash
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/setup-node@v3
115115
with:
116116
node-version: ${{ matrix.node-version }}
117-
- run: yarn --immutable --immutable-cache
117+
- run: yarn --immutable
118118
- run: yarn build
119119
- run: yarn workspace ${{ matrix.package-name }} run test:ci
120120
- name: Get coverage folder

0 commit comments

Comments
 (0)