Skip to content

Merge pull request #372 from ioki-mobility/proxy-settings #1183

Merge pull request #372 from ioki-mobility/proxy-settings

Merge pull request #372 from ioki-mobility/proxy-settings #1183

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@v4
- 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@v4
- 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