Skip to content

Bump debug from 1.7.2 to 1.8.0 #735

Bump debug from 1.7.2 to 1.8.0

Bump debug from 1.7.2 to 1.8.0 #735

Workflow file for this run

name: CI for all of ioki-ruby
on: [push]
jobs:
linting:
runs-on: ubuntu-22.04
steps:
- name: Pull repository
uses: actions/checkout@v3
- name: Bundle install and cache result
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop --ignore-unrecognized-cops
backend-services:
runs-on: ubuntu-22.04
steps:
- name: Pull repository
uses: actions/checkout@v3
- name: Bundle install and cache result
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rspec
run: |
source .github/ci_workflow.env
bundle exec rspec