Skip to content

increase controller cuncurrency and cpu requests #351

increase controller cuncurrency and cpu requests

increase controller cuncurrency and cpu requests #351

Workflow file for this run

on: ["push","pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test-coverage
run: |
make goveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}