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 4502a3c commit fb2bd38Copy full SHA for fb2bd38
1 file changed
.github/workflows/unit_tests_common.yml
@@ -199,10 +199,10 @@ jobs:
199
continue-on-error: true
200
uses: flagos-ai/FlagOps/actions/post-pytest-report@v2.0.4
201
env:
202
- NO_PROXY: "flagcicd-inner.flagos.net"
+ NO_PROXY: "flagcicd.flagos.net"
203
with:
204
user_id: '000000000000000000'
205
- backend_url: 'http://flagcicd-inner.flagos.net:8000/metrics/'
+ backend_url: 'http://flagcicd.flagos.net:8000/metrics/'
206
report_path: '${{ env.COVERAGE_REPORT_DIR }}/coverage.json'
207
fail_on_error: 'false'
208
runner_set_name: ${{ fromJson(inputs.runs_on)[0] }}
0 commit comments