Skip to content

Support serializing/deserializing results.json so that we don't have … #405

Support serializing/deserializing results.json so that we don't have …

Support serializing/deserializing results.json so that we don't have … #405

Workflow file for this run

name: rake
on: [push]
jobs:
test:
runs-on: ubuntu-latest
env:
app-directory: src/snapshots-app
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
working-directory: ${{env.app-directory}}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: rake
run: |
cd ${{env.app-directory}}
bundle exec rake