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 65e3eb3 commit 203cbaaCopy full SHA for 203cbaa
.github/workflows/appsignals-e2e-eks-test.yml
@@ -214,6 +214,14 @@ jobs:
214
kubectl get pods -n amazon-cloudwatch --output json | \
215
jq '.items[0].status.containerStatuses[0].imageID'
216
217
+ # cache local patch outputs
218
+ - name: Cache local Maven repository
219
+ uses: actions/cache@v3
220
+ with:
221
+ path: |
222
+ ~/.m2/repository/io/opentelemetry/
223
+ key: ${{ runner.os }}-maven-local-${{ hashFiles('.github/patches/**/opentelemetry-java-*.patch') }}
224
+
225
- name: Get the sample app endpoint
226
run: echo "APP_ENDPOINT=$(terraform output sample_app_endpoint)" >> $GITHUB_ENV
227
working-directory: testing/terraform/eks
0 commit comments