Skip to content

fix: print cleaner error message if authentication failed #711

fix: print cleaner error message if authentication failed

fix: print cleaner error message if authentication failed #711

Workflow file for this run

name: Test
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
platform_tests:
name: Run platform tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout head
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
- name: Test build
run: make build
- name: Test Runtime
run: go run cmd/upctl/main.go -h