Skip to content

Merge pull request #4 from projo-berlin/adam/add-fields-to-delivery #4

Merge pull request #4 from projo-berlin/adam/add-fields-to-delivery

Merge pull request #4 from projo-berlin/adam/add-fields-to-delivery #4

Workflow file for this run

name: "Tests"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake