Skip to content

API for ASRC, comment for posts and any updates #210

API for ASRC, comment for posts and any updates

API for ASRC, comment for posts and any updates #210

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