microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.42k stars 2.13k forks source link

Enable integration tests on the PR gate #967

Closed abhahn closed 2 days ago

abhahn commented 3 days ago

Motivation and Context

We currently have no integration tests enabled in our PR workflows. This PR enables previously written integration tests, which have been modified slightly to take secrets from Github secrets.

I also removed a test file which had tests that I didn't think had a lot of value.

Contribution Checklist