Skip to content

fix:fix POLARIS_CONFIG_IP is the same as POLARIS_CONFIG_PORT BUG (#191) #330

fix:fix POLARIS_CONFIG_IP is the same as POLARIS_CONFIG_PORT BUG (#191)

fix:fix POLARIS_CONFIG_IP is the same as POLARIS_CONFIG_PORT BUG (#191) #330

Workflow file for this run

name: Testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Build polairs-controller
run: make build
- name: Test
run: go mod vendor && go test -timeout 80m ./... -v -covermode=count -coverprofile=coverage_1.cover
- name: Upload Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}