Skip to content

install sqlite3

install sqlite3 #2

name: extracted_state
on:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run: make test_extracted_state
mutate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run: make mutate_extracted_state