Skip to content

Commit

Permalink
Provide environment to int tests (microsoft#846)
Browse files Browse the repository at this point in the history
### Motivation and Context
So that they can run

### Description
Provide environment to int tests

### Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
  • Loading branch information
glahaye authored Mar 7, 2024
1 parent 194f4d3 commit 4891dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copilot-deploy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
needs: int
with:
BACKEND_HOST: ${{needs.int.outputs.backend-host}}
ENVIRONMENT: int

stable:
needs: [int-tests, build-webapi, build-memorypipeline, build-plugins]
Expand Down

0 comments on commit 4891dda

Please sign in to comment.