Skip to content

Commit 1cdd7a1

Browse files
committed
Removing redundant things from CI.
1 parent d636db7 commit 1cdd7a1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,17 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node }}
2727

28-
- name: Enable Corepack
29-
run: corepack enable
30-
3128
- name: Setup Node.js ${{ matrix.node }} with cache
3229
uses: actions/setup-node@v4
3330
with:
3431
node-version: ${{ matrix.node }}
3532
cache: yarn
36-
env:
37-
YARN_IGNORE_NODE: 1
3833

3934
- name: Install Dependencies
40-
run: yarn --immutable
41-
env:
42-
YARN_IGNORE_NODE: 1
35+
run: yarn
4336

4437
- name: Build, Lint and Test
45-
run: yarn run-s build lint test typecov
38+
run: yarn run-s build lint test
4639
env:
4740
EFF_NO_LINK_RULES: true
4841
PARSER_NO_WATCH: true
49-
YARN_IGNORE_NODE: 1

0 commit comments

Comments
 (0)