File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
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- continue-on-error : true
48- run : /tmp/get_latest_github_metrics.sh ./target main
49- env :
50- GITHUB_TOKEN : ${{ secrets.PRO_ACCESS_TOKEN }}
51- REPOSITORY_NAME : localstack-moto-test-coverage
52- ARTIFACT_ID : test-metrics
53- WORKFLOW : moto-integration-tests
54- PREFIX_ARTIFACT : moto-integration-test
55- FILTER_SUCCESS : 0
56-
5745 - name : Download metrics data from Terraform Integration test pipeline (GitHub)
5846 working-directory : docs
5947 run : /tmp/get_latest_github_metrics.sh ./target main
You can’t perform that action at this time.
0 commit comments