Skip to content

Commit 203cbaa

Browse files
authored
Restore Cache (#667)
1 parent 65e3eb3 commit 203cbaa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,14 @@ jobs:
214214
kubectl get pods -n amazon-cloudwatch --output json | \
215215
jq '.items[0].status.containerStatuses[0].imageID'
216216
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+
217225
- name: Get the sample app endpoint
218226
run: echo "APP_ENDPOINT=$(terraform output sample_app_endpoint)" >> $GITHUB_ENV
219227
working-directory: testing/terraform/eks

0 commit comments

Comments
 (0)