Skip to content

fix bad resource state when reading resources #21

fix bad resource state when reading resources

fix bad resource state when reading resources #21

Workflow file for this run

on:
pull_request:
name: Unit tests
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-docs
- test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Install dependencies
run: make setup
- name: make ${{ matrix.target }}
run: make ${{ matrix.target }}