Skip to content

Commit 5d7133b

Browse files
committed
test iam cleanup fix
1 parent bc74a04 commit 5d7133b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Test workflow for IAM cleanup fix
2+
## This file should be removed before merging the PR
3+
name: Test
4+
on:
5+
workflow_dispatch:
6+
7+
permissions:
8+
id-token: write
9+
contents: read
10+
11+
jobs:
12+
java-eks-otlp-ocb-test:
13+
uses: ./.github/workflows/java-eks-otlp-ocb-test.yml
14+
secrets: inherit
15+
with:
16+
aws-region: 'us-east-1'
17+
test-cluster-name: 'e2e-playground'
18+
caller-workflow-name: 'test'
19+
java-version: '11'

0 commit comments

Comments
 (0)