Skip to content

Merge branch 'feature/device-cp-improving' into develop #206

Merge branch 'feature/device-cp-improving' into develop

Merge branch 'feature/device-cp-improving' into develop #206

Workflow file for this run

name: Main
on:
pull_request:
branches:
- 'develop'
push:
branches:
- 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
env:
COVERAGE: true
RAILS_ENV: test
run: docker-compose --file docker-compose.ci.yml run ci