Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 2ed763f

Browse files
committed
CI: download matrics data from community
1 parent 93ac6d8 commit 2ed763f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/docs-parity-updates.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,16 @@ jobs:
8181
WORKFLOW: "AWS / Build, Test, Push"
8282
RESOURCE_FOLDER: "metrics-implementation-details"
8383

84-
- name: Download metrics data from latest Community test run (GitHub)
84+
- name: Download metrics data from Community pipeline (GitHub)
85+
working-directory: docs
86+
run: /tmp/get_latest_github_metrics.sh ./target master
87+
env:
88+
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
89+
REPOSITORY_NAME: localstack
90+
ARTIFACT_ID: test-results-integration-*
91+
WORKFLOW: "AWS / Build, Test, Push"
92+
93+
- name: Download coverage (capture-notimplemented) data from Community pipeline (GitHub)
8594
working-directory: docs
8695
run: /tmp/get_latest_github_metrics.sh ./target master
8796
env:

0 commit comments

Comments
 (0)