Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Bump rack from 2.2.6.4 to 2.2.8.1 #38

Bump rack from 2.2.6.4 to 2.2.8.1

Bump rack from 2.2.6.4 to 2.2.8.1 #38

Workflow file for this run

name: Zooni CI
on:
pull_request:
push: { branches: master }
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker containers and run tests
run: |
docker-compose build
docker-compose run -T --rm -e RAILS_ENV=test zoo_stats bundle exec rake db:setup
docker-compose run -T --rm -e RAILS_ENV=test zoo_stats bundle exec rspec