Skip to content

Add RQ2 oral exam question figures #413

Add RQ2 oral exam question figures

Add RQ2 oral exam question figures #413

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