handle errors on fethcing api resources #689
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: controller tests | |
on: | |
pull_request: | |
paths: | |
- 'cyclops-ctrl/**' | |
push: | |
paths: | |
- 'cyclops-ctrl/**' | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Unit tests | |
run: | | |
cd ${{ github.workspace }}/cyclops-ctrl | |
make unit-test |