We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc74a04 commit 5d7133bCopy full SHA for 5d7133b
.github/workflows/test.yml
@@ -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