Skip to content

Merge pull request #380 from ioki-mobility/add-attributes-to-fleet-st… #1203

Merge pull request #380 from ioki-mobility/add-attributes-to-fleet-st…

Merge pull request #380 from ioki-mobility/add-attributes-to-fleet-st… #1203

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