Skip to content

Commit f48978f

Browse files
committed
Enable corepack on ci
1 parent 4b783a3 commit f48978f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,22 @@ jobs:
2626
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2727
steps:
2828
- uses: actions/checkout@v2
29+
2930
- uses: ruby/setup-ruby@v1
3031
with:
3132
ruby-version: ${{ matrix.ruby }}
33+
3234
- uses: actions/setup-node@v3
3335
with:
3436
node-version: "20"
37+
38+
- name: Enable Corepack
39+
run: corepack enable
40+
3541
- name: install dependencies
3642
run: |
3743
bundle install --jobs 3 --retry 3
3844
yarn install
45+
3946
- name: test
4047
run: bundle exec rake spec

0 commit comments

Comments
 (0)