Skip to content

Add AuthUrlAction to override UrlAction for SSO auth #891

Add AuthUrlAction to override UrlAction for SSO auth

Add AuthUrlAction to override UrlAction for SSO auth #891

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Tests
run: make .build-tests
- name: Upload to codecov
uses: codecov/codecov-action@v2