Skip to content

Clean up PolicyBindings when user invitations are deleted (#543) #1740

Clean up PolicyBindings when user invitations are deleted (#543)

Clean up PolicyBindings when user invitations are deleted (#543) #1740

Workflow file for this run

name: "IAM API testing"
on:
push:
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
jobs:
iam_integration_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install dependencies
run: go mod download
- name: Run IAM tests
run: go test -timeout 5m ./...