Skip to content

Commit f5d7502

Browse files
authored
Updated workflows to use the host from dev (#980)
1 parent 2a66168 commit f5d7502

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_e2e_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
# Retry a couple times to avoid certificate issue
6969
retry 5 python setup.py build
70-
retry 5 python setup.py webhost
70+
retry 5 python setup.py webhost --branch-name=dev
7171
retry 5 python setup.py extension
7272
- name: Running 3.6 Tests
7373
if: matrix.python-version == 3.6

.github/workflows/perf-testing-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U -e .[dev]
4040
python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
4141
python setup.py build
42-
python setup.py webhost
42+
python setup.py webhost --branch-name=dev
4343
python setup.py extension
4444
- name: Build and Run the Docker image
4545
run: |

.github/workflows/ut_ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# Retry a couple times to avoid certificate issue
6666
retry 5 python setup.py build
67-
retry 5 python setup.py webhost
67+
retry 5 python setup.py webhost --branch-name=dev
6868
retry 5 python setup.py extension
6969
- name: Test with pytest
7070
run: |

0 commit comments

Comments
 (0)