Skip to content

ODJ-3077 integrate IAAS API (#203) #453

ODJ-3077 integrate IAAS API (#203)

ODJ-3077 integrate IAAS API (#203) #453

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- name: Test
run: make ci-coverage
- name: Send Coverage Report
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: cover.out