Skip to content

Introduce a fix for the wrong BaseUrl on IaaS #462

Introduce a fix for the wrong BaseUrl on IaaS

Introduce a fix for the wrong BaseUrl on IaaS #462

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