Skip to content

Commit

Permalink
Updated workflows to use the host from dev (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar authored Mar 12, 2022
1 parent 2a66168 commit f5d7502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_e2e_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Retry a couple times to avoid certificate issue
retry 5 python setup.py build
retry 5 python setup.py webhost
retry 5 python setup.py webhost --branch-name=dev
retry 5 python setup.py extension
- name: Running 3.6 Tests
if: matrix.python-version == 3.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf-testing-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U -e .[dev]
python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
python setup.py build
python setup.py webhost
python setup.py webhost --branch-name=dev
python setup.py extension
- name: Build and Run the Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ut_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Retry a couple times to avoid certificate issue
retry 5 python setup.py build
retry 5 python setup.py webhost
retry 5 python setup.py webhost --branch-name=dev
retry 5 python setup.py extension
- name: Test with pytest
run: |
Expand Down

0 comments on commit f5d7502

Please sign in to comment.