Skip to content

Bump sqlite3 from 1.7.3 to 2.0.2 in the ruby group across 1 directory #64

Bump sqlite3 from 1.7.3 to 2.0.2 in the ruby group across 1 directory

Bump sqlite3 from 1.7.3 to 2.0.2 in the ruby group across 1 directory #64

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v4
with:
cache: yarn
- name: Setup
run: |
bin/setup
- name: Test
run: |
bundle exec rake