Skip to content

Commit fb2bd38

Browse files
committed
new address
1 parent 4502a3c commit fb2bd38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ jobs:
199199
continue-on-error: true
200200
uses: flagos-ai/FlagOps/actions/post-pytest-report@v2.0.4
201201
env:
202-
NO_PROXY: "flagcicd-inner.flagos.net"
202+
NO_PROXY: "flagcicd.flagos.net"
203203
with:
204204
user_id: '000000000000000000'
205-
backend_url: 'http://flagcicd-inner.flagos.net:8000/metrics/'
205+
backend_url: 'http://flagcicd.flagos.net:8000/metrics/'
206206
report_path: '${{ env.COVERAGE_REPORT_DIR }}/coverage.json'
207207
fail_on_error: 'false'
208208
runner_set_name: ${{ fromJson(inputs.runs_on)[0] }}

0 commit comments

Comments
 (0)