File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 4242 curl -o /tmp/get_latest_github_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_github_metrics.sh -H 'Accept: application/vnd.github.v3.raw'
4343 chmod +x /tmp/get_latest_github_metrics.sh
4444
45- - name : Download metrics data from Moto Integration test pipeline (GitHub)
46- working-directory : docs
47- run : /tmp/get_latest_github_metrics.sh ./target main
48- env :
49- GITHUB_TOKEN : ${{ secrets.PRO_ACCESS_TOKEN }}
50- REPOSITORY_NAME : localstack-moto-test-coverage
51- ARTIFACT_ID : test-metrics
52- WORKFLOW : moto-integration-tests
53- PREFIX_ARTIFACT : moto-integration-test
54- FILTER_SUCCESS : 0
55-
5645 - name : Download metrics data from Terraform Integration test pipeline (GitHub)
5746 working-directory : docs
5847 run : /tmp/get_latest_github_metrics.sh ./target main
You can’t perform that action at this time.
0 commit comments