Skip to content

fix: allow parsing of role assignment value at auth scope [IAC-3033] #4

fix: allow parsing of role assignment value at auth scope [IAC-3033]

fix: allow parsing of role assignment value at auth scope [IAC-3033] #4

Workflow file for this run

---
name: Unit Tests
permissions:
contents: read
pull-requests: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/unit-test.yaml'
- 'vendor/**'
- '**.go'
concurrency:
group: 'unit-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
test:
runs-on: [custom, linux, large]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: make test
env:
GITHUB_ACTIONS_STAGE: "UNIT_TESTS"