Skip to content

Missing permission for web-based terminal in Argocd UI #38

Missing permission for web-based terminal in Argocd UI

Missing permission for web-based terminal in Argocd UI #38

Workflow file for this run

name: Go
on:
push:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
pull_request:
paths-ignore:
- "docs/**"
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Build
run: make build
- name: Test
run: make test