Skip to content

Merge pull request #402 from umts/dependabot/bundler/selenium-webdriv… #160

Merge pull request #402 from umts/dependabot/bundler/selenium-webdriv…

Merge pull request #402 from umts/dependabot/bundler/selenium-webdriv… #160

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
rspec:
runs-on: ubuntu-latest
services:
mariadb:
image: mariadb:10.4
env:
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: true
ports:
- 3306:3306
env:
RAILS_ENV: test
DATABASE_URL: mysql2://root@127.0.0.1:3306/stop_project_test
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: bin/setup
- run: bundle exec rspec
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: bundle exec rubocop