Skip to content

Commit

Permalink
Enable corepack on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Dec 7, 2024
1 parent 4b783a3 commit f48978f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,22 @@ jobs:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

- uses: actions/setup-node@v3
with:
node-version: "20"

- name: Enable Corepack
run: corepack enable

- name: install dependencies
run: |
bundle install --jobs 3 --retry 3
yarn install
- name: test
run: bundle exec rake spec

0 comments on commit f48978f

Please sign in to comment.