Skip to content

Merge pull request #1342 from MontseBadia/WINT-12994-ouigo-stations-f… #1183

Merge pull request #1342 from MontseBadia/WINT-12994-ouigo-stations-f…

Merge pull request #1342 from MontseBadia/WINT-12994-ouigo-stations-f… #1183

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Run tests
run: |
bundle exec ruby test_data.rb