Skip to content

Commit

Permalink
Fix workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 15, 2024
1 parent a001409 commit 2b52a71
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: oven-sh/setup-bun@v1

- name: Setup Node
uses: actions/setup-node@v3
with:
bun-version: 1.1.8
- run: bun install
node-version: '16'
cache: yarn

- name: Install dependencies
run: |
yarn install --frozen-lockfile
- run: bundle exec rake db:migrate
- run: bundle exec rake test:all
rubocop:
Expand Down

0 comments on commit 2b52a71

Please sign in to comment.